#8175E9

Color #8175E9 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #8175E9

Tints of Medium Slate Blue #8175E9

Color information

#8175E9 (or 0x8175E9) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 75 and E9. RGB value is (129,117,233). Sum of RGB (Red+Green+Blue) = 129+117+233=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 233 (91.41% from 255 or 48.64% from 479); Max value from RGB is 233 - color contains mainly: blue. Hex color #8175E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8175E9 is #7E8A16. Grayscale: #858585. Windows color (decimal): -8292887 or 15299969. OLE color: 15299969.

HSL color Cylindrical-coordinate representation of color #8175E9: hue angle of 246.21º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8175E9 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB129117233-
CMYK0.450.5000.09
HSL246.21º72.5%68.63%-
HSV(B)246.21º49.79%91.37%-
XYZ30.1223.2780-
YUV133.81183.98124.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 26.93%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 233 (91.41% from 255) = 48.64%
R=26.93%
G=24.43%
B=48.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1291172330.450.5000.09246.2172.568.63
Hex8175E92D3209f64845
Octal2011653515562011366110105
Binary10000001111010111101001101101110010010011111011010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8175E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8175E9; }

 p { color: rgb(129,117,233); }

 H1.HeaderClassName
 {
   color: #8175E9;
 }
 .AnyTagClassName
 {
   color: #8175E9;
 }
</style>
background-color css

<style>
 a { background-color: #8175E9; }

 a { background-color: rgb(129,117,233); }

 div.DivClassName
 {
   background-color: #8175E9;
 }
 .BgClassName
 {
   background-color: #8175E9;
 }
</style>
border-color css

<style>
 span { border-color: #8175E9; }

 span { border-color: rgb(129,117,233); }

 td.TdClassName
 {
   border-color: #8175E9;
 }
 .TagClassName
 {
   border-color: #8175E9;
 }
</style>