Shades of Light Slate Blue #9979FE
Tints of Light Slate Blue #9979FE
RGB
CMYK
RGB Variations
Color information
#9979FE (or 0x9979FE) is known color: Light Slate Blue. HEX triplet: 99, 79 and FE. RGB value is (153,121,254). Sum of RGB (Red+Green+Blue) = 153+121+254=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #9979FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9979FE is #668601. Grayscale: #919191. Windows color (decimal): -6718978 or 16677273. OLE color: 16677273.
HSL color Cylindrical-coordinate representation of color #9979FE: hue angle of 254.44º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9979FE is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 121 | 254 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.00 |
| HSL | 254.44º | 0.99% | 0.74% | - |
| HSV(B) | 254.44º | 0.52% | 1% | - |
| XYZ | 37.86 | 27.6 | 97.1 | - |
| YUV | 145.73 | 189.1 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 254 | 0.40 | 0.52 | 0 | 0.00 | 254.44 | 0.99 | 0.74 |
| Hex | 99 | 79 | FE | 28 | 34 | 0 | 0 | FE | 63 | 4A |
| Octal | 231 | 171 | 376 | 50 | 64 | 0 | 0 | 376 | 143 | 112 |
| Binary | 10011001 | 1111001 | 11111110 | 101000 | 110100 | 0 | 0 | 11111110 | 1100011 | 1001010 |
Color Harmonies of #9979FE
Complementary color
Monochromatic Colors of #9979FE
Black with #9979FE
Text Example
Text Example
White with #9979FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9979FE; }
p { color: rgb(153,121,254); }
H1.HeaderClassName
{
color: #9979FE;
}
.AnyTagClassName
{
color: #9979FE;
}
</style>
background-color css
<style>
a { background-color: #9979FE; }
a { background-color: rgb(153,121,254); }
div.DivClassName
{
background-color: #9979FE;
}
.BgClassName
{
background-color: #9979FE;
}
</style>
border-color css
<style>
span { border-color: #9979FE; }
span { border-color: rgb(153,121,254); }
td.TdClassName
{
border-color: #9979FE;
}
.TagClassName
{
border-color: #9979FE;
}
</style>