Shades of Light Slate Blue #8976FE
Tints of Light Slate Blue #8976FE
RGB
CMYK
RGB Variations
Color information
#8976FE (or 0x8976FE) is known color: Light Slate Blue. HEX triplet: 89, 76 and FE. RGB value is (137,118,254). Sum of RGB (Red+Green+Blue) = 137+118+254=509 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.92% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #8976FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8976FE is #768901. Grayscale: #8A8A8A. Windows color (decimal): -7768322 or 16676489. OLE color: 16676489.
HSL color Cylindrical-coordinate representation of color #8976FE: hue angle of 248.38º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8976FE is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 118 | 254 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.00 |
| HSL | 248.38º | 0.99% | 0.73% | - |
| HSV(B) | 248.38º | 0.54% | 1% | - |
| XYZ | 34.68 | 25.43 | 96.85 | - |
| YUV | 139.19 | 192.79 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 118 | 254 | 0.46 | 0.54 | 0 | 0.00 | 248.38 | 0.99 | 0.73 |
| Hex | 89 | 76 | FE | 2E | 36 | 0 | 0 | F8 | 63 | 49 |
| Octal | 211 | 166 | 376 | 56 | 66 | 0 | 0 | 370 | 143 | 111 |
| Binary | 10001001 | 1110110 | 11111110 | 101110 | 110110 | 0 | 0 | 11111000 | 1100011 | 1001001 |
Color Harmonies of #8976FE
Complementary color
Monochromatic Colors of #8976FE
Black with #8976FE
Text Example
Text Example
White with #8976FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8976FE; }
p { color: rgb(137,118,254); }
H1.HeaderClassName
{
color: #8976FE;
}
.AnyTagClassName
{
color: #8976FE;
}
</style>
background-color css
<style>
a { background-color: #8976FE; }
a { background-color: rgb(137,118,254); }
div.DivClassName
{
background-color: #8976FE;
}
.BgClassName
{
background-color: #8976FE;
}
</style>
border-color css
<style>
span { border-color: #8976FE; }
span { border-color: rgb(137,118,254); }
td.TdClassName
{
border-color: #8976FE;
}
.TagClassName
{
border-color: #8976FE;
}
</style>