Shades of Light Slate Blue #858CF6
Tints of Light Slate Blue #858CF6
RGB
CMYK
RGB Variations
Color information
#858CF6 (or 0x858CF6) is known color: Light Slate Blue. HEX triplet: 85, 8C and F6. RGB value is (133,140,246). Sum of RGB (Red+Green+Blue) = 133+140+246=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 246 - color contains mainly: blue. Hex color #858CF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858CF6 is #7A7309. Grayscale: #959595. Windows color (decimal): -8024842 or 16157829. OLE color: 16157829.
HSL color Cylindrical-coordinate representation of color #858CF6: hue angle of 236.28º degrees, saturation: 0.86, 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 #858CF6 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 140 | 246 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.04 |
| HSL | 236.28º | 0.86% | 0.74% | - |
| HSV(B) | 236.28º | 0.46% | 0.96% | - |
| XYZ | 35.69 | 30.4 | 91.18 | - |
| YUV | 149.99 | 182.18 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 246 | 0.46 | 0.43 | 0 | 0.04 | 236.28 | 0.86 | 0.74 |
| Hex | 85 | 8C | F6 | 2E | 2B | 0 | 4 | EC | 56 | 4A |
| Octal | 205 | 214 | 366 | 56 | 53 | 0 | 4 | 354 | 126 | 112 |
| Binary | 10000101 | 10001100 | 11110110 | 101110 | 101011 | 0 | 100 | 11101100 | 1010110 | 1001010 |
Color Harmonies of #858CF6
Complementary color
Monochromatic Colors of #858CF6
Black with #858CF6
Text Example
Text Example
White with #858CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858CF6; }
p { color: rgb(133,140,246); }
H1.HeaderClassName
{
color: #858CF6;
}
.AnyTagClassName
{
color: #858CF6;
}
</style>
background-color css
<style>
a { background-color: #858CF6; }
a { background-color: rgb(133,140,246); }
div.DivClassName
{
background-color: #858CF6;
}
.BgClassName
{
background-color: #858CF6;
}
</style>
border-color css
<style>
span { border-color: #858CF6; }
span { border-color: rgb(133,140,246); }
td.TdClassName
{
border-color: #858CF6;
}
.TagClassName
{
border-color: #858CF6;
}
</style>