Shades of Light Slate Blue #8785ED
Tints of Light Slate Blue #8785ED
RGB
CMYK
RGB Variations
Color information
#8785ED (or 0x8785ED) is known color: Light Slate Blue. HEX triplet: 87, 85 and ED. RGB value is (135,133,237). Sum of RGB (Red+Green+Blue) = 135+133+237=505 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.73% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #8785ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8785ED is #787A12. Grayscale: #919191. Windows color (decimal): -7895571 or 15566215. OLE color: 15566215.
HSL color Cylindrical-coordinate representation of color #8785ED: hue angle of 241.15º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8785ED is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 133 | 237 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.07 |
| HSL | 241.15º | 0.74% | 0.73% | - |
| HSV(B) | 241.15º | 0.44% | 0.93% | - |
| XYZ | 33.67 | 28.04 | 83.76 | - |
| YUV | 145.45 | 179.66 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 133 | 237 | 0.43 | 0.44 | 0 | 0.07 | 241.15 | 0.74 | 0.73 |
| Hex | 87 | 85 | ED | 2B | 2C | 0 | 7 | F1 | 4A | 49 |
| Octal | 207 | 205 | 355 | 53 | 54 | 0 | 7 | 361 | 112 | 111 |
| Binary | 10000111 | 10000101 | 11101101 | 101011 | 101100 | 0 | 111 | 11110001 | 1001010 | 1001001 |
Color Harmonies of #8785ED
Complementary color
Monochromatic Colors of #8785ED
Black with #8785ED
Text Example
Text Example
White with #8785ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8785ED; }
p { color: rgb(135,133,237); }
H1.HeaderClassName
{
color: #8785ED;
}
.AnyTagClassName
{
color: #8785ED;
}
</style>
background-color css
<style>
a { background-color: #8785ED; }
a { background-color: rgb(135,133,237); }
div.DivClassName
{
background-color: #8785ED;
}
.BgClassName
{
background-color: #8785ED;
}
</style>
border-color css
<style>
span { border-color: #8785ED; }
span { border-color: rgb(135,133,237); }
td.TdClassName
{
border-color: #8785ED;
}
.TagClassName
{
border-color: #8785ED;
}
</style>