Shades of Light Slate Blue #8984EA
Tints of Light Slate Blue #8984EA
RGB
CMYK
RGB Variations
Color information
#8984EA (or 0x8984EA) is known color: Light Slate Blue. HEX triplet: 89, 84 and EA. RGB value is (137,132,234). Sum of RGB (Red+Green+Blue) = 137+132+234=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #8984EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8984EA is #767B15. Grayscale: #909090. Windows color (decimal): -7764758 or 15369353. OLE color: 15369353.
HSL color Cylindrical-coordinate representation of color #8984EA: hue angle of 242.94º 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 #8984EA is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 132 | 234 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.08 |
| HSL | 242.94º | 0.71% | 0.72% | - |
| HSV(B) | 242.94º | 0.44% | 0.92% | - |
| XYZ | 33.42 | 27.76 | 81.44 | - |
| YUV | 145.12 | 178.16 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 234 | 0.41 | 0.44 | 0 | 0.08 | 242.94 | 0.71 | 0.72 |
| Hex | 89 | 84 | EA | 29 | 2C | 0 | 8 | F3 | 47 | 48 |
| Octal | 211 | 204 | 352 | 51 | 54 | 0 | 10 | 363 | 107 | 110 |
| Binary | 10001001 | 10000100 | 11101010 | 101001 | 101100 | 0 | 1000 | 11110011 | 1000111 | 1001000 |
Color Harmonies of #8984EA
Complementary color
Monochromatic Colors of #8984EA
Black with #8984EA
Text Example
Text Example
White with #8984EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8984EA; }
p { color: rgb(137,132,234); }
H1.HeaderClassName
{
color: #8984EA;
}
.AnyTagClassName
{
color: #8984EA;
}
</style>
background-color css
<style>
a { background-color: #8984EA; }
a { background-color: rgb(137,132,234); }
div.DivClassName
{
background-color: #8984EA;
}
.BgClassName
{
background-color: #8984EA;
}
</style>
border-color css
<style>
span { border-color: #8984EA; }
span { border-color: rgb(137,132,234); }
td.TdClassName
{
border-color: #8984EA;
}
.TagClassName
{
border-color: #8984EA;
}
</style>