Shades of Light Slate Blue #8D88ED
Tints of Light Slate Blue #8D88ED
RGB
CMYK
RGB Variations
Color information
#8D88ED (or 0x8D88ED) is known color: Light Slate Blue. HEX triplet: 8D, 88 and ED. RGB value is (141,136,237). Sum of RGB (Red+Green+Blue) = 141+136+237=514 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.43% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D88ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D88ED is #727712. Grayscale: #949494. Windows color (decimal): -7501587 or 15566989. OLE color: 15566989.
HSL color Cylindrical-coordinate representation of color #8D88ED: hue angle of 242.97º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D88ED is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 136 | 237 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.07 |
| HSL | 242.97º | 0.74% | 0.73% | - |
| HSV(B) | 242.97º | 0.43% | 0.93% | - |
| XYZ | 35.07 | 29.39 | 83.94 | - |
| YUV | 149.01 | 177.66 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 136 | 237 | 0.41 | 0.43 | 0 | 0.07 | 242.97 | 0.74 | 0.73 |
| Hex | 8D | 88 | ED | 29 | 2B | 0 | 7 | F3 | 4A | 49 |
| Octal | 215 | 210 | 355 | 51 | 53 | 0 | 7 | 363 | 112 | 111 |
| Binary | 10001101 | 10001000 | 11101101 | 101001 | 101011 | 0 | 111 | 11110011 | 1001010 | 1001001 |
Color Harmonies of #8D88ED
Complementary color
Monochromatic Colors of #8D88ED
Black with #8D88ED
Text Example
Text Example
White with #8D88ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D88ED; }
p { color: rgb(141,136,237); }
H1.HeaderClassName
{
color: #8D88ED;
}
.AnyTagClassName
{
color: #8D88ED;
}
</style>
background-color css
<style>
a { background-color: #8D88ED; }
a { background-color: rgb(141,136,237); }
div.DivClassName
{
background-color: #8D88ED;
}
.BgClassName
{
background-color: #8D88ED;
}
</style>
border-color css
<style>
span { border-color: #8D88ED; }
span { border-color: rgb(141,136,237); }
td.TdClassName
{
border-color: #8D88ED;
}
.TagClassName
{
border-color: #8D88ED;
}
</style>