Shades of Light Slate Blue #856FFF
Tints of Light Slate Blue #856FFF
RGB
CMYK
RGB Variations
Color information
#856FFF (or 0x856FFF) is known color: Light Slate Blue. HEX triplet: 85, 6F and FF. RGB value is (133,111,255). Sum of RGB (Red+Green+Blue) = 133+111+255=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #856FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856FFF is #7A9000. Grayscale: #858585. Windows color (decimal): -8032257 or 16740229. OLE color: 16740229.
HSL color Cylindrical-coordinate representation of color #856FFF: hue angle of 249.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #856FFF is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 111 | 255 | - |
| CMYK | 0.48 | 0.56 | 0 | 0 |
| HSL | 249.17º | 1% | 0.72% | - |
| HSV(B) | 249.17º | 0.56% | 1% | - |
| XYZ | 33.41 | 23.58 | 97.4 | - |
| YUV | 133.99 | 196.29 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 255 | 0.48 | 0.56 | 0 | 0 | 249.17 | 1 | 0.72 |
| Hex | 85 | 6F | FF | 30 | 38 | 0 | 0 | F9 | 64 | 48 |
| Octal | 205 | 157 | 377 | 60 | 70 | 0 | 0 | 371 | 144 | 110 |
| Binary | 10000101 | 1101111 | 11111111 | 110000 | 111000 | 0 | 0 | 11111001 | 1100100 | 1001000 |
Color Harmonies of #856FFF
Complementary color
Monochromatic Colors of #856FFF
Black with #856FFF
Text Example
Text Example
White with #856FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856FFF; }
p { color: rgb(133,111,255); }
H1.HeaderClassName
{
color: #856FFF;
}
.AnyTagClassName
{
color: #856FFF;
}
</style>
background-color css
<style>
a { background-color: #856FFF; }
a { background-color: rgb(133,111,255); }
div.DivClassName
{
background-color: #856FFF;
}
.BgClassName
{
background-color: #856FFF;
}
</style>
border-color css
<style>
span { border-color: #856FFF; }
span { border-color: rgb(133,111,255); }
td.TdClassName
{
border-color: #856FFF;
}
.TagClassName
{
border-color: #856FFF;
}
</style>