Shades of Light Slate Blue #8D84EA
Tints of Light Slate Blue #8D84EA
RGB
CMYK
RGB Variations
Color information
#8D84EA (or 0x8D84EA) is known color: Light Slate Blue. HEX triplet: 8D, 84 and EA. RGB value is (141,132,234). Sum of RGB (Red+Green+Blue) = 141+132+234=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D84EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D84EA is #727B15. Grayscale: #919191. Windows color (decimal): -7502614 or 15369357. OLE color: 15369357.
HSL color Cylindrical-coordinate representation of color #8D84EA: hue angle of 245.29º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D84EA is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 132 | 234 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.08 |
| HSL | 245.29º | 0.71% | 0.72% | - |
| HSV(B) | 245.29º | 0.44% | 0.92% | - |
| XYZ | 34.09 | 28.11 | 81.47 | - |
| YUV | 146.32 | 177.48 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 132 | 234 | 0.40 | 0.44 | 0 | 0.08 | 245.29 | 0.71 | 0.72 |
| Hex | 8D | 84 | EA | 28 | 2C | 0 | 8 | F5 | 47 | 48 |
| Octal | 215 | 204 | 352 | 50 | 54 | 0 | 10 | 365 | 107 | 110 |
| Binary | 10001101 | 10000100 | 11101010 | 101000 | 101100 | 0 | 1000 | 11110101 | 1000111 | 1001000 |
Color Harmonies of #8D84EA
Complementary color
Monochromatic Colors of #8D84EA
Black with #8D84EA
Text Example
Text Example
White with #8D84EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D84EA; }
p { color: rgb(141,132,234); }
H1.HeaderClassName
{
color: #8D84EA;
}
.AnyTagClassName
{
color: #8D84EA;
}
</style>
background-color css
<style>
a { background-color: #8D84EA; }
a { background-color: rgb(141,132,234); }
div.DivClassName
{
background-color: #8D84EA;
}
.BgClassName
{
background-color: #8D84EA;
}
</style>
border-color css
<style>
span { border-color: #8D84EA; }
span { border-color: rgb(141,132,234); }
td.TdClassName
{
border-color: #8D84EA;
}
.TagClassName
{
border-color: #8D84EA;
}
</style>