Shades of Light Slate Blue #8976FF
Tints of Light Slate Blue #8976FF
RGB
CMYK
RGB Variations
Color information
#8976FF (or 0x8976FF) is known color: Light Slate Blue. HEX triplet: 89, 76 and FF. RGB value is (137,118,255). Sum of RGB (Red+Green+Blue) = 137+118+255=510 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.86% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #8976FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8976FF is #768900. Grayscale: #8A8A8A. Windows color (decimal): -7768321 or 16742025. OLE color: 16742025.
HSL color Cylindrical-coordinate representation of color #8976FF: hue angle of 248.32º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8976FF is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 118 | 255 | - |
| CMYK | 0.46 | 0.54 | 0 | 0 |
| HSL | 248.32º | 1% | 0.73% | - |
| HSV(B) | 248.32º | 0.54% | 1% | - |
| XYZ | 34.84 | 25.5 | 97.69 | - |
| YUV | 139.3 | 193.29 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 118 | 255 | 0.46 | 0.54 | 0 | 0 | 248.32 | 1 | 0.73 |
| Hex | 89 | 76 | FF | 2E | 36 | 0 | 0 | F8 | 64 | 49 |
| Octal | 211 | 166 | 377 | 56 | 66 | 0 | 0 | 370 | 144 | 111 |
| Binary | 10001001 | 1110110 | 11111111 | 101110 | 110110 | 0 | 0 | 11111000 | 1100100 | 1001001 |
Color Harmonies of #8976FF
Complementary color
Monochromatic Colors of #8976FF
Black with #8976FF
Text Example
Text Example
White with #8976FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8976FF; }
p { color: rgb(137,118,255); }
H1.HeaderClassName
{
color: #8976FF;
}
.AnyTagClassName
{
color: #8976FF;
}
</style>
background-color css
<style>
a { background-color: #8976FF; }
a { background-color: rgb(137,118,255); }
div.DivClassName
{
background-color: #8976FF;
}
.BgClassName
{
background-color: #8976FF;
}
</style>
border-color css
<style>
span { border-color: #8976FF; }
span { border-color: rgb(137,118,255); }
td.TdClassName
{
border-color: #8976FF;
}
.TagClassName
{
border-color: #8976FF;
}
</style>