#856DFF

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

Shades of Light Slate Blue #856DFF

Tints of Light Slate Blue #856DFF

Color information

#856DFF (or 0x856DFF) is unknown color: approx Light Slate Blue. HEX triplet: 85, 6D and FF. RGB value is (133,109,255). Sum of RGB (Red+Green+Blue) = 133+109+255=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #856DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856DFF is #7A9200. Grayscale: #848484. Windows color (decimal): -8032769 or 16739717. OLE color: 16739717.

HSL color Cylindrical-coordinate representation of color #856DFF: hue angle of 249.86º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #856DFF is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB133109255-
CMYK0.480.5700
HSL249.86º100%71.37%-
HSV(B)249.86º57.25%100%-
XYZ33.1923.1497.33-
YUV132.82196.95128.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.76%
GREEN value IS 109 (42.97% from 255) = 21.93%
BLUE value IS 255 (100% from 255) = 51.31%
R=26.76%
G=21.93%
B=51.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1331092550.480.5700249.8610071.37
Hex856DFF303900fa6447
Octal205155377607100372144107
Binary10000101110110111111111110000111001001111101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,109,255); }

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

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

 a { background-color: rgb(133,109,255); }

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

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

 span { border-color: rgb(133,109,255); }

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