Shades of Light Slate Blue #857CED
Tints of Light Slate Blue #857CED
RGB
CMYK
RGB Variations
Color information
#857CED (or 0x857CED) is known color: Light Slate Blue. HEX triplet: 85, 7C and ED. RGB value is (133,124,237). Sum of RGB (Red+Green+Blue) = 133+124+237=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #857CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857CED is #7A8312. Grayscale: #8B8B8B. Windows color (decimal): -8028947 or 15563909. OLE color: 15563909.
HSL color Cylindrical-coordinate representation of color #857CED: hue angle of 244.78º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #857CED is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 124 | 237 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.07 |
| HSL | 244.78º | 0.76% | 0.71% | - |
| HSV(B) | 244.78º | 0.48% | 0.93% | - |
| XYZ | 32.17 | 25.52 | 83.35 | - |
| YUV | 139.57 | 182.98 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 237 | 0.44 | 0.48 | 0 | 0.07 | 244.78 | 0.76 | 0.71 |
| Hex | 85 | 7C | ED | 2C | 30 | 0 | 7 | F5 | 4C | 47 |
| Octal | 205 | 174 | 355 | 54 | 60 | 0 | 7 | 365 | 114 | 107 |
| Binary | 10000101 | 1111100 | 11101101 | 101100 | 110000 | 0 | 111 | 11110101 | 1001100 | 1000111 |
Color Harmonies of #857CED
Complementary color
Monochromatic Colors of #857CED
Black with #857CED
Text Example
Text Example
White with #857CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857CED; }
p { color: rgb(133,124,237); }
H1.HeaderClassName
{
color: #857CED;
}
.AnyTagClassName
{
color: #857CED;
}
</style>
background-color css
<style>
a { background-color: #857CED; }
a { background-color: rgb(133,124,237); }
div.DivClassName
{
background-color: #857CED;
}
.BgClassName
{
background-color: #857CED;
}
</style>
border-color css
<style>
span { border-color: #857CED; }
span { border-color: rgb(133,124,237); }
td.TdClassName
{
border-color: #857CED;
}
.TagClassName
{
border-color: #857CED;
}
</style>