#866EF4

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

Shades of Light Slate Blue #866EF4

Tints of Light Slate Blue #866EF4

Color information

#866EF4 (or 0x866EF4) is unknown color: approx Light Slate Blue. HEX triplet: 86, 6E and F4. RGB value is (134,110,244). Sum of RGB (Red+Green+Blue) = 134+110+244=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 244 (95.70% from 255 or 50% from 488); Max value from RGB is 244 - color contains mainly: blue. Hex color #866EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866EF4 is #79910B. Grayscale: #838383. Windows color (decimal): -7966988 or 16019078. OLE color: 16019078.

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

Color convert

RGB134110244-
CMYK0.450.5500.04
HSL250.75º85.9%69.41%-
HSV(B)250.75º54.92%95.69%-
XYZ31.7422.7588.31-
YUV132.45190.95129.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.46%
GREEN value IS 110 (43.36% from 255) = 22.54%
BLUE value IS 244 (95.70% from 255) = 50%
R=27.46%
G=22.54%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1341102440.450.5500.04250.7585.969.41
Hex866EF42D3704fb5645
Octal206156364556704373126105
Binary1000011011011101111010010110111011101001111101110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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