Shades of Light Slate Blue #858BFD
Tints of Light Slate Blue #858BFD
RGB
CMYK
RGB Variations
Color information
#858BFD (or 0x858BFD) is known color: Light Slate Blue. HEX triplet: 85, 8B and FD. RGB value is (133,139,253). Sum of RGB (Red+Green+Blue) = 133+139+253=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #858BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858BFD is #7A7402. Grayscale: #959595. Windows color (decimal): -8025091 or 16616325. OLE color: 16616325.
HSL color Cylindrical-coordinate representation of color #858BFD: hue angle of 237º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #858BFD is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 139 | 253 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.01 |
| HSL | 237º | 0.97% | 0.76% | - |
| HSV(B) | 237º | 0.47% | 0.99% | - |
| XYZ | 36.64 | 30.54 | 96.89 | - |
| YUV | 150.2 | 186.01 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 253 | 0.47 | 0.45 | 0 | 0.01 | 237 | 0.97 | 0.76 |
| Hex | 85 | 8B | FD | 2F | 2D | 0 | 1 | ED | 61 | 4C |
| Octal | 205 | 213 | 375 | 57 | 55 | 0 | 1 | 355 | 141 | 114 |
| Binary | 10000101 | 10001011 | 11111101 | 101111 | 101101 | 0 | 1 | 11101101 | 1100001 | 1001100 |
Color Harmonies of #858BFD
Complementary color
Monochromatic Colors of #858BFD
Black with #858BFD
Text Example
Text Example
White with #858BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858BFD; }
p { color: rgb(133,139,253); }
H1.HeaderClassName
{
color: #858BFD;
}
.AnyTagClassName
{
color: #858BFD;
}
</style>
background-color css
<style>
a { background-color: #858BFD; }
a { background-color: rgb(133,139,253); }
div.DivClassName
{
background-color: #858BFD;
}
.BgClassName
{
background-color: #858BFD;
}
</style>
border-color css
<style>
span { border-color: #858BFD; }
span { border-color: rgb(133,139,253); }
td.TdClassName
{
border-color: #858BFD;
}
.TagClassName
{
border-color: #858BFD;
}
</style>