Shades of Light Slate Blue #858BF5
Tints of Light Slate Blue #858BF5
RGB
CMYK
RGB Variations
Color information
#858BF5 (or 0x858BF5) is known color: Light Slate Blue. HEX triplet: 85, 8B and F5. RGB value is (133,139,245). Sum of RGB (Red+Green+Blue) = 133+139+245=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 245 - color contains mainly: blue. Hex color #858BF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858BF5 is #7A740A. Grayscale: #949494. Windows color (decimal): -8025099 or 16092037. OLE color: 16092037.
HSL color Cylindrical-coordinate representation of color #858BF5: hue angle of 236.79º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #858BF5 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 139 | 245 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.04 |
| HSL | 236.79º | 0.85% | 0.74% | - |
| HSV(B) | 236.79º | 0.46% | 0.96% | - |
| XYZ | 35.39 | 30.04 | 90.32 | - |
| YUV | 149.29 | 182.01 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 245 | 0.46 | 0.43 | 0 | 0.04 | 236.79 | 0.85 | 0.74 |
| Hex | 85 | 8B | F5 | 2E | 2B | 0 | 4 | ED | 55 | 4A |
| Octal | 205 | 213 | 365 | 56 | 53 | 0 | 4 | 355 | 125 | 112 |
| Binary | 10000101 | 10001011 | 11110101 | 101110 | 101011 | 0 | 100 | 11101101 | 1010101 | 1001010 |
Color Harmonies of #858BF5
Complementary color
Monochromatic Colors of #858BF5
Black with #858BF5
Text Example
Text Example
White with #858BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858BF5; }
p { color: rgb(133,139,245); }
H1.HeaderClassName
{
color: #858BF5;
}
.AnyTagClassName
{
color: #858BF5;
}
</style>
background-color css
<style>
a { background-color: #858BF5; }
a { background-color: rgb(133,139,245); }
div.DivClassName
{
background-color: #858BF5;
}
.BgClassName
{
background-color: #858BF5;
}
</style>
border-color css
<style>
span { border-color: #858BF5; }
span { border-color: rgb(133,139,245); }
td.TdClassName
{
border-color: #858BF5;
}
.TagClassName
{
border-color: #858BF5;
}
</style>