Shades of Light Slate Blue #9979FF
Tints of Light Slate Blue #9979FF
RGB
CMYK
RGB Variations
Color information
#9979FF (or 0x9979FF) is known color: Light Slate Blue. HEX triplet: 99, 79 and FF. RGB value is (153,121,255). Sum of RGB (Red+Green+Blue) = 153+121+255=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #9979FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9979FF is #668600. Grayscale: #919191. Windows color (decimal): -6718977 or 16742809. OLE color: 16742809.
HSL color Cylindrical-coordinate representation of color #9979FF: hue angle of 254.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9979FF is Cyan = 0.4, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 121 | 255 | - |
| CMYK | 0.4 | 0.53 | 0 | 0 |
| HSL | 254.33º | 1% | 0.74% | - |
| HSV(B) | 254.33º | 0.53% | 1% | - |
| XYZ | 38.02 | 27.67 | 97.94 | - |
| YUV | 145.84 | 189.6 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 255 | 0.4 | 0.53 | 0 | 0 | 254.33 | 1 | 0.74 |
| Hex | 99 | 79 | FF | 28 | 35 | 0 | 0 | FE | 64 | 4A |
| Octal | 231 | 171 | 377 | 50 | 65 | 0 | 0 | 376 | 144 | 112 |
| Binary | 10011001 | 1111001 | 11111111 | 101000 | 110101 | 0 | 0 | 11111110 | 1100100 | 1001010 |
Color Harmonies of #9979FF
Complementary color
Monochromatic Colors of #9979FF
Black with #9979FF
Text Example
Text Example
White with #9979FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9979FF; }
p { color: rgb(153,121,255); }
H1.HeaderClassName
{
color: #9979FF;
}
.AnyTagClassName
{
color: #9979FF;
}
</style>
background-color css
<style>
a { background-color: #9979FF; }
a { background-color: rgb(153,121,255); }
div.DivClassName
{
background-color: #9979FF;
}
.BgClassName
{
background-color: #9979FF;
}
</style>
border-color css
<style>
span { border-color: #9979FF; }
span { border-color: rgb(153,121,255); }
td.TdClassName
{
border-color: #9979FF;
}
.TagClassName
{
border-color: #9979FF;
}
</style>