Shades of Light Slate Blue #858BFB
Tints of Light Slate Blue #858BFB
RGB
CMYK
RGB Variations
Color information
#858BFB (or 0x858BFB) is known color: Light Slate Blue. HEX triplet: 85, 8B and FB. RGB value is (133,139,251). Sum of RGB (Red+Green+Blue) = 133+139+251=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #858BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858BFB is #7A7404. Grayscale: #959595. Windows color (decimal): -8025093 or 16485253. OLE color: 16485253.
HSL color Cylindrical-coordinate representation of color #858BFB: hue angle of 236.95º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #858BFB is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 139 | 251 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.02 |
| HSL | 236.95º | 0.94% | 0.75% | - |
| HSV(B) | 236.95º | 0.47% | 0.98% | - |
| XYZ | 36.32 | 30.42 | 95.22 | - |
| YUV | 149.97 | 185.01 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 251 | 0.47 | 0.45 | 0 | 0.02 | 236.95 | 0.94 | 0.75 |
| Hex | 85 | 8B | FB | 2F | 2D | 0 | 2 | ED | 5E | 4B |
| Octal | 205 | 213 | 373 | 57 | 55 | 0 | 2 | 355 | 136 | 113 |
| Binary | 10000101 | 10001011 | 11111011 | 101111 | 101101 | 0 | 10 | 11101101 | 1011110 | 1001011 |
Color Harmonies of #858BFB
Complementary color
Monochromatic Colors of #858BFB
Black with #858BFB
Text Example
Text Example
White with #858BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858BFB; }
p { color: rgb(133,139,251); }
H1.HeaderClassName
{
color: #858BFB;
}
.AnyTagClassName
{
color: #858BFB;
}
</style>
background-color css
<style>
a { background-color: #858BFB; }
a { background-color: rgb(133,139,251); }
div.DivClassName
{
background-color: #858BFB;
}
.BgClassName
{
background-color: #858BFB;
}
</style>
border-color css
<style>
span { border-color: #858BFB; }
span { border-color: rgb(133,139,251); }
td.TdClassName
{
border-color: #858BFB;
}
.TagClassName
{
border-color: #858BFB;
}
</style>