Shades of Light Slate Blue #856AFC
Tints of Light Slate Blue #856AFC
RGB
CMYK
RGB Variations
Color information
#856AFC (or 0x856AFC) is known color: Light Slate Blue. HEX triplet: 85, 6A and FC. RGB value is (133,106,252). Sum of RGB (Red+Green+Blue) = 133+106+252=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #856AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856AFC is #7A9503. Grayscale: #828282. Windows color (decimal): -8033540 or 16542341. OLE color: 16542341.
HSL color Cylindrical-coordinate representation of color #856AFC: hue angle of 251.1º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #856AFC is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 106 | 252 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.01 |
| HSL | 251.1º | 0.96% | 0.7% | - |
| HSV(B) | 251.1º | 0.58% | 0.99% | - |
| XYZ | 32.4 | 22.32 | 94.7 | - |
| YUV | 130.72 | 196.45 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 106 | 252 | 0.47 | 0.58 | 0 | 0.01 | 251.1 | 0.96 | 0.7 |
| Hex | 85 | 6A | FC | 2F | 3A | 0 | 1 | FB | 60 | 46 |
| Octal | 205 | 152 | 374 | 57 | 72 | 0 | 1 | 373 | 140 | 106 |
| Binary | 10000101 | 1101010 | 11111100 | 101111 | 111010 | 0 | 1 | 11111011 | 1100000 | 1000110 |
Color Harmonies of #856AFC
Complementary color
Monochromatic Colors of #856AFC
Black with #856AFC
Text Example
Text Example
White with #856AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856AFC; }
p { color: rgb(133,106,252); }
H1.HeaderClassName
{
color: #856AFC;
}
.AnyTagClassName
{
color: #856AFC;
}
</style>
background-color css
<style>
a { background-color: #856AFC; }
a { background-color: rgb(133,106,252); }
div.DivClassName
{
background-color: #856AFC;
}
.BgClassName
{
background-color: #856AFC;
}
</style>
border-color css
<style>
span { border-color: #856AFC; }
span { border-color: rgb(133,106,252); }
td.TdClassName
{
border-color: #856AFC;
}
.TagClassName
{
border-color: #856AFC;
}
</style>