Shades of Light Slate Blue #8980FF
Tints of Light Slate Blue #8980FF
RGB
CMYK
RGB Variations
Color information
#8980FF (or 0x8980FF) is known color: Light Slate Blue. HEX triplet: 89, 80 and FF. RGB value is (137,128,255). Sum of RGB (Red+Green+Blue) = 137+128+255=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #8980FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8980FF is #767F00. Grayscale: #909090. Windows color (decimal): -7765761 or 16744585. OLE color: 16744585.
HSL color Cylindrical-coordinate representation of color #8980FF: hue angle of 244.25º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8980FF is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 128 | 255 | - |
| CMYK | 0.46 | 0.50 | 0 | 0 |
| HSL | 244.25º | 1% | 0.75% | - |
| HSV(B) | 244.25º | 0.5% | 1% | - |
| XYZ | 36.09 | 27.98 | 98.11 | - |
| YUV | 145.17 | 189.98 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 255 | 0.46 | 0.50 | 0 | 0 | 244.25 | 1 | 0.75 |
| Hex | 89 | 80 | FF | 2E | 32 | 0 | 0 | F4 | 64 | 4B |
| Octal | 211 | 200 | 377 | 56 | 62 | 0 | 0 | 364 | 144 | 113 |
| Binary | 10001001 | 10000000 | 11111111 | 101110 | 110010 | 0 | 0 | 11110100 | 1100100 | 1001011 |
Color Harmonies of #8980FF
Complementary color
Monochromatic Colors of #8980FF
Black with #8980FF
Text Example
Text Example
White with #8980FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8980FF; }
p { color: rgb(137,128,255); }
H1.HeaderClassName
{
color: #8980FF;
}
.AnyTagClassName
{
color: #8980FF;
}
</style>
background-color css
<style>
a { background-color: #8980FF; }
a { background-color: rgb(137,128,255); }
div.DivClassName
{
background-color: #8980FF;
}
.BgClassName
{
background-color: #8980FF;
}
</style>
border-color css
<style>
span { border-color: #8980FF; }
span { border-color: rgb(137,128,255); }
td.TdClassName
{
border-color: #8980FF;
}
.TagClassName
{
border-color: #8980FF;
}
</style>