Shades of Light Slate Blue #858BFC
Tints of Light Slate Blue #858BFC
RGB
CMYK
RGB Variations
Color information
#858BFC (or 0x858BFC) is known color: Light Slate Blue. HEX triplet: 85, 8B and FC. RGB value is (133,139,252). Sum of RGB (Red+Green+Blue) = 133+139+252=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #858BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858BFC is #7A7403. Grayscale: #959595. Windows color (decimal): -8025092 or 16550789. OLE color: 16550789.
HSL color Cylindrical-coordinate representation of color #858BFC: hue angle of 236.97º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #858BFC is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 139 | 252 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.01 |
| HSL | 236.97º | 0.95% | 0.75% | - |
| HSV(B) | 236.97º | 0.47% | 0.99% | - |
| XYZ | 36.48 | 30.48 | 96.06 | - |
| YUV | 150.09 | 185.51 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 252 | 0.47 | 0.45 | 0 | 0.01 | 236.97 | 0.95 | 0.75 |
| Hex | 85 | 8B | FC | 2F | 2D | 0 | 1 | ED | 5F | 4B |
| Octal | 205 | 213 | 374 | 57 | 55 | 0 | 1 | 355 | 137 | 113 |
| Binary | 10000101 | 10001011 | 11111100 | 101111 | 101101 | 0 | 1 | 11101101 | 1011111 | 1001011 |
Color Harmonies of #858BFC
Complementary color
Monochromatic Colors of #858BFC
Black with #858BFC
Text Example
Text Example
White with #858BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858BFC; }
p { color: rgb(133,139,252); }
H1.HeaderClassName
{
color: #858BFC;
}
.AnyTagClassName
{
color: #858BFC;
}
</style>
background-color css
<style>
a { background-color: #858BFC; }
a { background-color: rgb(133,139,252); }
div.DivClassName
{
background-color: #858BFC;
}
.BgClassName
{
background-color: #858BFC;
}
</style>
border-color css
<style>
span { border-color: #858BFC; }
span { border-color: rgb(133,139,252); }
td.TdClassName
{
border-color: #858BFC;
}
.TagClassName
{
border-color: #858BFC;
}
</style>