Shades of Light Slate Blue #857EFF
Tints of Light Slate Blue #857EFF
RGB
CMYK
RGB Variations
Color information
#857EFF (or 0x857EFF) is known color: Light Slate Blue. HEX triplet: 85, 7E and FF. RGB value is (133,126,255). Sum of RGB (Red+Green+Blue) = 133+126+255=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #857EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857EFF is #7A8100. Grayscale: #8E8E8E. Windows color (decimal): -8028417 or 16744069. OLE color: 16744069.
HSL color Cylindrical-coordinate representation of color #857EFF: hue angle of 243.26º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #857EFF is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 126 | 255 | - |
| CMYK | 0.48 | 0.51 | 0 | 0 |
| HSL | 243.26º | 1% | 0.75% | - |
| HSV(B) | 243.26º | 0.51% | 1% | - |
| XYZ | 35.18 | 27.13 | 97.99 | - |
| YUV | 142.8 | 191.32 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 255 | 0.48 | 0.51 | 0 | 0 | 243.26 | 1 | 0.75 |
| Hex | 85 | 7E | FF | 30 | 33 | 0 | 0 | F3 | 64 | 4B |
| Octal | 205 | 176 | 377 | 60 | 63 | 0 | 0 | 363 | 144 | 113 |
| Binary | 10000101 | 1111110 | 11111111 | 110000 | 110011 | 0 | 0 | 11110011 | 1100100 | 1001011 |
Color Harmonies of #857EFF
Complementary color
Monochromatic Colors of #857EFF
Black with #857EFF
Text Example
Text Example
White with #857EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857EFF; }
p { color: rgb(133,126,255); }
H1.HeaderClassName
{
color: #857EFF;
}
.AnyTagClassName
{
color: #857EFF;
}
</style>
background-color css
<style>
a { background-color: #857EFF; }
a { background-color: rgb(133,126,255); }
div.DivClassName
{
background-color: #857EFF;
}
.BgClassName
{
background-color: #857EFF;
}
</style>
border-color css
<style>
span { border-color: #857EFF; }
span { border-color: rgb(133,126,255); }
td.TdClassName
{
border-color: #857EFF;
}
.TagClassName
{
border-color: #857EFF;
}
</style>