Shades of Light Slate Blue #858DFE
Tints of Light Slate Blue #858DFE
RGB
CMYK
RGB Variations
Color information
#858DFE (or 0x858DFE) is known color: Light Slate Blue. HEX triplet: 85, 8D and FE. RGB value is (133,141,254). Sum of RGB (Red+Green+Blue) = 133+141+254=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #858DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858DFE is #7A7201. Grayscale: #979797. Windows color (decimal): -8024578 or 16682373. OLE color: 16682373.
HSL color Cylindrical-coordinate representation of color #858DFE: hue angle of 236.03º 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 #858DFE is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 141 | 254 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.00 |
| HSL | 236.03º | 0.98% | 0.76% | - |
| HSV(B) | 236.03º | 0.48% | 1% | - |
| XYZ | 37.09 | 31.19 | 97.83 | - |
| YUV | 151.49 | 185.85 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 254 | 0.48 | 0.44 | 0 | 0.00 | 236.03 | 0.98 | 0.76 |
| Hex | 85 | 8D | FE | 30 | 2C | 0 | 0 | EC | 62 | 4C |
| Octal | 205 | 215 | 376 | 60 | 54 | 0 | 0 | 354 | 142 | 114 |
| Binary | 10000101 | 10001101 | 11111110 | 110000 | 101100 | 0 | 0 | 11101100 | 1100010 | 1001100 |
Color Harmonies of #858DFE
Complementary color
Monochromatic Colors of #858DFE
Black with #858DFE
Text Example
Text Example
White with #858DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858DFE; }
p { color: rgb(133,141,254); }
H1.HeaderClassName
{
color: #858DFE;
}
.AnyTagClassName
{
color: #858DFE;
}
</style>
background-color css
<style>
a { background-color: #858DFE; }
a { background-color: rgb(133,141,254); }
div.DivClassName
{
background-color: #858DFE;
}
.BgClassName
{
background-color: #858DFE;
}
</style>
border-color css
<style>
span { border-color: #858DFE; }
span { border-color: rgb(133,141,254); }
td.TdClassName
{
border-color: #858DFE;
}
.TagClassName
{
border-color: #858DFE;
}
</style>