#856FF4

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

Shades of Light Slate Blue #856FF4

Tints of Light Slate Blue #856FF4

Color information

#856FF4 (or 0x856FF4) is unknown color: approx Light Slate Blue. HEX triplet: 85, 6F and F4. RGB value is (133,111,244). Sum of RGB (Red+Green+Blue) = 133+111+244=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 111 (43.75% from 255 or 22.75% 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 #856FF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856FF4 is #7A900B. Grayscale: #848484. Windows color (decimal): -8032268 or 16019333. OLE color: 16019333.

HSL color Cylindrical-coordinate representation of color #856FF4: hue angle of 249.92º degrees, saturation: 0.86, 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 #856FF4 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB133111244-
CMYK0.450.5500.04
HSL249.92º85.81%69.61%-
HSV(B)249.92º54.51%95.69%-
XYZ31.6922.8988.34-
YUV132.74190.79128.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.25%
GREEN value IS 111 (43.75% from 255) = 22.75%
BLUE value IS 244 (95.70% from 255) = 50%
R=27.25%
G=22.75%
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
Decimal1331112440.450.5500.04249.9285.8169.61
Hex856FF42D3704fa5646
Octal205157364556704372126106
Binary1000010111011111111010010110111011101001111101010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856FF4; }

 p { color: rgb(133,111,244); }

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

<style>
 a { background-color: #856FF4; }

 a { background-color: rgb(133,111,244); }

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

<style>
 span { border-color: #856FF4; }

 span { border-color: rgb(133,111,244); }

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