Shades of Light Slate Blue #856FFC
Tints of Light Slate Blue #856FFC
RGB
CMYK
RGB Variations
Color information
#856FFC (or 0x856FFC) is known color: Light Slate Blue. HEX triplet: 85, 6F and FC. RGB value is (133,111,252). Sum of RGB (Red+Green+Blue) = 133+111+252=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #856FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856FFC is #7A9003. Grayscale: #858585. Windows color (decimal): -8032260 or 16543621. OLE color: 16543621.
HSL color Cylindrical-coordinate representation of color #856FFC: hue angle of 249.36º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #856FFC is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 111 | 252 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.01 |
| HSL | 249.36º | 0.96% | 0.71% | - |
| HSV(B) | 249.36º | 0.56% | 0.99% | - |
| XYZ | 32.93 | 23.38 | 94.87 | - |
| YUV | 133.65 | 194.79 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 252 | 0.47 | 0.56 | 0 | 0.01 | 249.36 | 0.96 | 0.71 |
| Hex | 85 | 6F | FC | 2F | 38 | 0 | 1 | F9 | 60 | 47 |
| Octal | 205 | 157 | 374 | 57 | 70 | 0 | 1 | 371 | 140 | 107 |
| Binary | 10000101 | 1101111 | 11111100 | 101111 | 111000 | 0 | 1 | 11111001 | 1100000 | 1000111 |
Color Harmonies of #856FFC
Complementary color
Monochromatic Colors of #856FFC
Black with #856FFC
Text Example
Text Example
White with #856FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856FFC; }
p { color: rgb(133,111,252); }
H1.HeaderClassName
{
color: #856FFC;
}
.AnyTagClassName
{
color: #856FFC;
}
</style>
background-color css
<style>
a { background-color: #856FFC; }
a { background-color: rgb(133,111,252); }
div.DivClassName
{
background-color: #856FFC;
}
.BgClassName
{
background-color: #856FFC;
}
</style>
border-color css
<style>
span { border-color: #856FFC; }
span { border-color: rgb(133,111,252); }
td.TdClassName
{
border-color: #856FFC;
}
.TagClassName
{
border-color: #856FFC;
}
</style>