#8166DE

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

Shades of Medium Slate Blue #8166DE

Tints of Medium Slate Blue #8166DE

Color information

#8166DE (or 0x8166DE) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 66 and DE. RGB value is (129,102,222). Sum of RGB (Red+Green+Blue) = 129+102+222=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #8166DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8166DE is #7E9921. Grayscale: #7B7B7B. Windows color (decimal): -8296738 or 14575233. OLE color: 14575233.

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

Color convert

RGB129102222-
CMYK0.420.5400.13
HSL253.5º64.52%63.53%-
HSV(B)253.5º54.05%87.06%-
XYZ26.9919.4471.44-
YUV123.75183.45131.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.48%
GREEN value IS 102 (40.23% from 255) = 22.52%
BLUE value IS 222 (87.11% from 255) = 49.01%
R=28.48%
G=22.52%
B=49.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291022220.420.5400.13253.564.5263.53
Hex8166DE2A360Dfe4140
Octal2011463365266015376101100
Binary10000001110011011011110101010110110011011111111010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8166DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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