Shades of Light Slate Blue #858DFA
Tints of Light Slate Blue #858DFA
RGB
CMYK
RGB Variations
Color information
#858DFA (or 0x858DFA) is known color: Light Slate Blue. HEX triplet: 85, 8D and FA. RGB value is (133,141,250). Sum of RGB (Red+Green+Blue) = 133+141+250=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #858DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858DFA is #7A7205. Grayscale: #969696. Windows color (decimal): -8024582 or 16420229. OLE color: 16420229.
HSL color Cylindrical-coordinate representation of color #858DFA: hue angle of 235.9º degrees, saturation: 0.92, 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 #858DFA is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 141 | 250 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.02 |
| HSL | 235.9º | 0.92% | 0.75% | - |
| HSV(B) | 235.9º | 0.47% | 0.98% | - |
| XYZ | 36.45 | 30.94 | 94.49 | - |
| YUV | 151.03 | 183.85 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 250 | 0.47 | 0.44 | 0 | 0.02 | 235.9 | 0.92 | 0.75 |
| Hex | 85 | 8D | FA | 2F | 2C | 0 | 2 | EC | 5C | 4B |
| Octal | 205 | 215 | 372 | 57 | 54 | 0 | 2 | 354 | 134 | 113 |
| Binary | 10000101 | 10001101 | 11111010 | 101111 | 101100 | 0 | 10 | 11101100 | 1011100 | 1001011 |
Color Harmonies of #858DFA
Complementary color
Monochromatic Colors of #858DFA
Black with #858DFA
Text Example
Text Example
White with #858DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858DFA; }
p { color: rgb(133,141,250); }
H1.HeaderClassName
{
color: #858DFA;
}
.AnyTagClassName
{
color: #858DFA;
}
</style>
background-color css
<style>
a { background-color: #858DFA; }
a { background-color: rgb(133,141,250); }
div.DivClassName
{
background-color: #858DFA;
}
.BgClassName
{
background-color: #858DFA;
}
</style>
border-color css
<style>
span { border-color: #858DFA; }
span { border-color: rgb(133,141,250); }
td.TdClassName
{
border-color: #858DFA;
}
.TagClassName
{
border-color: #858DFA;
}
</style>