Shades of Light Slate Blue #858BF9
Tints of Light Slate Blue #858BF9
RGB
CMYK
RGB Variations
Color information
#858BF9 (or 0x858BF9) is known color: Light Slate Blue. HEX triplet: 85, 8B and F9. RGB value is (133,139,249). Sum of RGB (Red+Green+Blue) = 133+139+249=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #858BF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858BF9 is #7A7406. Grayscale: #959595. Windows color (decimal): -8025095 or 16354181. OLE color: 16354181.
HSL color Cylindrical-coordinate representation of color #858BF9: hue angle of 236.9º degrees, saturation: 0.91, 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 #858BF9 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 139 | 249 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.02 |
| HSL | 236.9º | 0.91% | 0.75% | - |
| HSV(B) | 236.9º | 0.47% | 0.98% | - |
| XYZ | 36 | 30.29 | 93.57 | - |
| YUV | 149.75 | 184.01 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 249 | 0.47 | 0.44 | 0 | 0.02 | 236.9 | 0.91 | 0.75 |
| Hex | 85 | 8B | F9 | 2F | 2C | 0 | 2 | ED | 5B | 4B |
| Octal | 205 | 213 | 371 | 57 | 54 | 0 | 2 | 355 | 133 | 113 |
| Binary | 10000101 | 10001011 | 11111001 | 101111 | 101100 | 0 | 10 | 11101101 | 1011011 | 1001011 |
Color Harmonies of #858BF9
Complementary color
Monochromatic Colors of #858BF9
Black with #858BF9
Text Example
Text Example
White with #858BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858BF9; }
p { color: rgb(133,139,249); }
H1.HeaderClassName
{
color: #858BF9;
}
.AnyTagClassName
{
color: #858BF9;
}
</style>
background-color css
<style>
a { background-color: #858BF9; }
a { background-color: rgb(133,139,249); }
div.DivClassName
{
background-color: #858BF9;
}
.BgClassName
{
background-color: #858BF9;
}
</style>
border-color css
<style>
span { border-color: #858BF9; }
span { border-color: rgb(133,139,249); }
td.TdClassName
{
border-color: #858BF9;
}
.TagClassName
{
border-color: #858BF9;
}
</style>