#8175DE

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

Shades of Medium Slate Blue #8175DE

Tints of Medium Slate Blue #8175DE

Color information

#8175DE (or 0x8175DE) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 75 and DE. RGB value is (129,117,222). Sum of RGB (Red+Green+Blue) = 129+117+222=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #8175DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8175DE is #7E8A21. Grayscale: #848484. Windows color (decimal): -8292898 or 14579073. OLE color: 14579073.

HSL color Cylindrical-coordinate representation of color #8175DE: hue angle of 246.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8175DE is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB129117222-
CMYK0.420.4700.13
HSL246.86º61.4%66.47%-
HSV(B)246.86º47.3%87.06%-
XYZ28.622.6671.97-
YUV132.56178.48125.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.56%
GREEN value IS 117 (46.09% from 255) = 25%
BLUE value IS 222 (87.11% from 255) = 47.44%
R=27.56%
G=25%
B=47.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291172220.420.4700.13246.8661.466.47
Hex8175DE2A2F0Df73d42
Octal201165336525701536775102
Binary1000000111101011101111010101010111101101111101111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8175DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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