#866EF6

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

Shades of Light Slate Blue #866EF6

Tints of Light Slate Blue #866EF6

Color information

#866EF6 (or 0x866EF6) is unknown color: approx Light Slate Blue. HEX triplet: 86, 6E and F6. RGB value is (134,110,246). Sum of RGB (Red+Green+Blue) = 134+110+246=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #866EF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866EF6 is #799109. Grayscale: #848484. Windows color (decimal): -7966986 or 16150150. OLE color: 16150150.

HSL color Cylindrical-coordinate representation of color #866EF6: hue angle of 250.59º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #866EF6 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB134110246-
CMYK0.460.5500.04
HSL250.59º88.31%69.8%-
HSV(B)250.59º55.28%96.47%-
XYZ32.0422.8789.92-
YUV132.68191.95128.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.35%
GREEN value IS 110 (43.36% from 255) = 22.45%
BLUE value IS 246 (96.48% from 255) = 50.20%
R=27.35%
G=22.45%
B=50.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1341102460.460.5500.04250.5988.3169.8
Hex866EF62E3704fb5846
Octal206156366566704373130106
Binary1000011011011101111011010111011011101001111101110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866EF6; }

 p { color: rgb(134,110,246); }

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

<style>
 a { background-color: #866EF6; }

 a { background-color: rgb(134,110,246); }

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

<style>
 span { border-color: #866EF6; }

 span { border-color: rgb(134,110,246); }

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