Shades of Light Slate Blue #855DFC
Tints of Light Slate Blue #855DFC
RGB
CMYK
RGB Variations
Color information
#855DFC (or 0x855DFC) is known color: Light Slate Blue. HEX triplet: 85, 5D and FC. RGB value is (133,93,252). Sum of RGB (Red+Green+Blue) = 133+93+252=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #855DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855DFC is #7AA203. Grayscale: #7A7A7A. Windows color (decimal): -8036868 or 16539013. OLE color: 16539013.
HSL color Cylindrical-coordinate representation of color #855DFC: hue angle of 255.09º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #855DFC is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 93 | 252 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.01 |
| HSL | 255.09º | 0.96% | 0.68% | - |
| HSV(B) | 255.09º | 0.63% | 0.99% | - |
| XYZ | 31.16 | 19.84 | 94.28 | - |
| YUV | 123.09 | 200.75 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 252 | 0.47 | 0.63 | 0 | 0.01 | 255.09 | 0.96 | 0.68 |
| Hex | 85 | 5D | FC | 2F | 3F | 0 | 1 | FF | 60 | 44 |
| Octal | 205 | 135 | 374 | 57 | 77 | 0 | 1 | 377 | 140 | 104 |
| Binary | 10000101 | 1011101 | 11111100 | 101111 | 111111 | 0 | 1 | 11111111 | 1100000 | 1000100 |
Color Harmonies of #855DFC
Complementary color
Monochromatic Colors of #855DFC
Black with #855DFC
Text Example
Text Example
White with #855DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855DFC; }
p { color: rgb(133,93,252); }
H1.HeaderClassName
{
color: #855DFC;
}
.AnyTagClassName
{
color: #855DFC;
}
</style>
background-color css
<style>
a { background-color: #855DFC; }
a { background-color: rgb(133,93,252); }
div.DivClassName
{
background-color: #855DFC;
}
.BgClassName
{
background-color: #855DFC;
}
</style>
border-color css
<style>
span { border-color: #855DFC; }
span { border-color: rgb(133,93,252); }
td.TdClassName
{
border-color: #855DFC;
}
.TagClassName
{
border-color: #855DFC;
}
</style>