Shades of Light Slate Blue #858BFE
Tints of Light Slate Blue #858BFE
RGB
CMYK
RGB Variations
Color information
#858BFE (or 0x858BFE) is known color: Light Slate Blue. HEX triplet: 85, 8B and FE. RGB value is (133,139,254). Sum of RGB (Red+Green+Blue) = 133+139+254=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #858BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858BFE is #7A7401. Grayscale: #959595. Windows color (decimal): -8025090 or 16681861. OLE color: 16681861.
HSL color Cylindrical-coordinate representation of color #858BFE: hue angle of 237.02º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #858BFE is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 139 | 254 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.00 |
| HSL | 237.02º | 0.98% | 0.76% | - |
| HSV(B) | 237.02º | 0.48% | 1% | - |
| XYZ | 36.79 | 30.61 | 97.73 | - |
| YUV | 150.32 | 186.51 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 254 | 0.48 | 0.45 | 0 | 0.00 | 237.02 | 0.98 | 0.76 |
| Hex | 85 | 8B | FE | 30 | 2D | 0 | 0 | ED | 62 | 4C |
| Octal | 205 | 213 | 376 | 60 | 55 | 0 | 0 | 355 | 142 | 114 |
| Binary | 10000101 | 10001011 | 11111110 | 110000 | 101101 | 0 | 0 | 11101101 | 1100010 | 1001100 |
Color Harmonies of #858BFE
Complementary color
Monochromatic Colors of #858BFE
Black with #858BFE
Text Example
Text Example
White with #858BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858BFE; }
p { color: rgb(133,139,254); }
H1.HeaderClassName
{
color: #858BFE;
}
.AnyTagClassName
{
color: #858BFE;
}
</style>
background-color css
<style>
a { background-color: #858BFE; }
a { background-color: rgb(133,139,254); }
div.DivClassName
{
background-color: #858BFE;
}
.BgClassName
{
background-color: #858BFE;
}
</style>
border-color css
<style>
span { border-color: #858BFE; }
span { border-color: rgb(133,139,254); }
td.TdClassName
{
border-color: #858BFE;
}
.TagClassName
{
border-color: #858BFE;
}
</style>