Shades of Light Slate Blue #8980E9
Tints of Light Slate Blue #8980E9
RGB
CMYK
RGB Variations
Color information
#8980E9 (or 0x8980E9) is known color: Light Slate Blue. HEX triplet: 89, 80 and E9. RGB value is (137,128,233). Sum of RGB (Red+Green+Blue) = 137+128+233=498 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.51% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 233 (91.41% from 255 or 46.79% from 498); Max value from RGB is 233 - color contains mainly: blue. Hex color #8980E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8980E9 is #767F16. Grayscale: #8E8E8E. Windows color (decimal): -7765783 or 15302793. OLE color: 15302793.
HSL color Cylindrical-coordinate representation of color #8980E9: hue angle of 245.14º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8980E9 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 137 | 128 | 233 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.09 |
| HSL | 245.14º | 0.7% | 0.71% | - |
| HSV(B) | 245.14º | 0.45% | 0.91% | - |
| XYZ | 32.74 | 26.64 | 80.51 | - |
| YUV | 142.66 | 178.98 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 233 | 0.41 | 0.45 | 0 | 0.09 | 245.14 | 0.7 | 0.71 |
| Hex | 89 | 80 | E9 | 29 | 2D | 0 | 9 | F5 | 46 | 47 |
| Octal | 211 | 200 | 351 | 51 | 55 | 0 | 11 | 365 | 106 | 107 |
| Binary | 10001001 | 10000000 | 11101001 | 101001 | 101101 | 0 | 1001 | 11110101 | 1000110 | 1000111 |
Color Harmonies of #8980E9
Complementary color
Monochromatic Colors of #8980E9
Black with #8980E9
Text Example
Text Example
White with #8980E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8980E9; }
p { color: rgb(137,128,233); }
H1.HeaderClassName
{
color: #8980E9;
}
.AnyTagClassName
{
color: #8980E9;
}
</style>
background-color css
<style>
a { background-color: #8980E9; }
a { background-color: rgb(137,128,233); }
div.DivClassName
{
background-color: #8980E9;
}
.BgClassName
{
background-color: #8980E9;
}
</style>
border-color css
<style>
span { border-color: #8980E9; }
span { border-color: rgb(137,128,233); }
td.TdClassName
{
border-color: #8980E9;
}
.TagClassName
{
border-color: #8980E9;
}
</style>