Shades of Light Slate Blue #8983EA
Tints of Light Slate Blue #8983EA
RGB
CMYK
RGB Variations
Color information
#8983EA (or 0x8983EA) is known color: Light Slate Blue. HEX triplet: 89, 83 and EA. RGB value is (137,131,234). Sum of RGB (Red+Green+Blue) = 137+131+234=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #8983EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8983EA is #767C15. Grayscale: #909090. Windows color (decimal): -7765014 or 15369097. OLE color: 15369097.
HSL color Cylindrical-coordinate representation of color #8983EA: hue angle of 243.5º 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 #8983EA is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 131 | 234 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.08 |
| HSL | 243.5º | 0.71% | 0.72% | - |
| HSV(B) | 243.5º | 0.44% | 0.92% | - |
| XYZ | 33.28 | 27.49 | 81.39 | - |
| YUV | 144.54 | 178.49 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 234 | 0.41 | 0.44 | 0 | 0.08 | 243.5 | 0.71 | 0.72 |
| Hex | 89 | 83 | EA | 29 | 2C | 0 | 8 | F3 | 47 | 48 |
| Octal | 211 | 203 | 352 | 51 | 54 | 0 | 10 | 363 | 107 | 110 |
| Binary | 10001001 | 10000011 | 11101010 | 101001 | 101100 | 0 | 1000 | 11110011 | 1000111 | 1001000 |
Color Harmonies of #8983EA
Complementary color
Monochromatic Colors of #8983EA
Black with #8983EA
Text Example
Text Example
White with #8983EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8983EA; }
p { color: rgb(137,131,234); }
H1.HeaderClassName
{
color: #8983EA;
}
.AnyTagClassName
{
color: #8983EA;
}
</style>
background-color css
<style>
a { background-color: #8983EA; }
a { background-color: rgb(137,131,234); }
div.DivClassName
{
background-color: #8983EA;
}
.BgClassName
{
background-color: #8983EA;
}
</style>
border-color css
<style>
span { border-color: #8983EA; }
span { border-color: rgb(137,131,234); }
td.TdClassName
{
border-color: #8983EA;
}
.TagClassName
{
border-color: #8983EA;
}
</style>