Shades of Light Slate Blue #857FED
Tints of Light Slate Blue #857FED
RGB
CMYK
RGB Variations
Color information
#857FED (or 0x857FED) is known color: Light Slate Blue. HEX triplet: 85, 7F and ED. RGB value is (133,127,237). Sum of RGB (Red+Green+Blue) = 133+127+237=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #857FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857FED is #7A8012. Grayscale: #8C8C8C. Windows color (decimal): -8028179 or 15564677. OLE color: 15564677.
HSL color Cylindrical-coordinate representation of color #857FED: hue angle of 243.27º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #857FED is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 127 | 237 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.07 |
| HSL | 243.27º | 0.75% | 0.71% | - |
| HSV(B) | 243.27º | 0.46% | 0.93% | - |
| XYZ | 32.55 | 26.28 | 83.48 | - |
| YUV | 141.33 | 181.99 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 237 | 0.44 | 0.46 | 0 | 0.07 | 243.27 | 0.75 | 0.71 |
| Hex | 85 | 7F | ED | 2C | 2E | 0 | 7 | F3 | 4B | 47 |
| Octal | 205 | 177 | 355 | 54 | 56 | 0 | 7 | 363 | 113 | 107 |
| Binary | 10000101 | 1111111 | 11101101 | 101100 | 101110 | 0 | 111 | 11110011 | 1001011 | 1000111 |
Color Harmonies of #857FED
Complementary color
Monochromatic Colors of #857FED
Black with #857FED
Text Example
Text Example
White with #857FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857FED; }
p { color: rgb(133,127,237); }
H1.HeaderClassName
{
color: #857FED;
}
.AnyTagClassName
{
color: #857FED;
}
</style>
background-color css
<style>
a { background-color: #857FED; }
a { background-color: rgb(133,127,237); }
div.DivClassName
{
background-color: #857FED;
}
.BgClassName
{
background-color: #857FED;
}
</style>
border-color css
<style>
span { border-color: #857FED; }
span { border-color: rgb(133,127,237); }
td.TdClassName
{
border-color: #857FED;
}
.TagClassName
{
border-color: #857FED;
}
</style>