Shades of Light Slate Blue #976AFE
Tints of Light Slate Blue #976AFE
RGB
CMYK
RGB Variations
Color information
#976AFE (or 0x976AFE) is known color: Light Slate Blue. HEX triplet: 97, 6A and FE. RGB value is (151,106,254). Sum of RGB (Red+Green+Blue) = 151+106+254=511 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.55% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #976AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976AFE is #689501. Grayscale: #878787. Windows color (decimal): -6853890 or 16673431. OLE color: 16673431.
HSL color Cylindrical-coordinate representation of color #976AFE: hue angle of 258.24º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #976AFE is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 151 | 106 | 254 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.00 |
| HSL | 258.24º | 0.99% | 0.71% | - |
| HSV(B) | 258.24º | 0.58% | 1% | - |
| XYZ | 35.81 | 24.04 | 96.52 | - |
| YUV | 136.33 | 194.41 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 106 | 254 | 0.41 | 0.58 | 0 | 0.00 | 258.24 | 0.99 | 0.71 |
| Hex | 97 | 6A | FE | 29 | 3A | 0 | 0 | 102 | 63 | 47 |
| Octal | 227 | 152 | 376 | 51 | 72 | 0 | 0 | 402 | 143 | 107 |
| Binary | 10010111 | 1101010 | 11111110 | 101001 | 111010 | 0 | 0 | 100000010 | 1100011 | 1000111 |
Color Harmonies of #976AFE
Complementary color
Monochromatic Colors of #976AFE
Black with #976AFE
Text Example
Text Example
White with #976AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976AFE; }
p { color: rgb(151,106,254); }
H1.HeaderClassName
{
color: #976AFE;
}
.AnyTagClassName
{
color: #976AFE;
}
</style>
background-color css
<style>
a { background-color: #976AFE; }
a { background-color: rgb(151,106,254); }
div.DivClassName
{
background-color: #976AFE;
}
.BgClassName
{
background-color: #976AFE;
}
</style>
border-color css
<style>
span { border-color: #976AFE; }
span { border-color: rgb(151,106,254); }
td.TdClassName
{
border-color: #976AFE;
}
.TagClassName
{
border-color: #976AFE;
}
</style>