Shades of Light Slate Blue #9779FF
Tints of Light Slate Blue #9779FF
RGB
CMYK
RGB Variations
Color information
#9779FF (or 0x9779FF) is known color: Light Slate Blue. HEX triplet: 97, 79 and FF. RGB value is (151,121,255). Sum of RGB (Red+Green+Blue) = 151+121+255=527 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.65% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #9779FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9779FF is #688600. Grayscale: #909090. Windows color (decimal): -6850049 or 16742807. OLE color: 16742807.
HSL color Cylindrical-coordinate representation of color #9779FF: hue angle of 253.43º 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 #9779FF is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 121 | 255 | - |
| CMYK | 0.41 | 0.53 | 0 | 0 |
| HSL | 253.43º | 1% | 0.74% | - |
| HSV(B) | 253.43º | 0.53% | 1% | - |
| XYZ | 37.65 | 27.47 | 97.93 | - |
| YUV | 145.25 | 189.94 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 121 | 255 | 0.41 | 0.53 | 0 | 0 | 253.43 | 1 | 0.74 |
| Hex | 97 | 79 | FF | 29 | 35 | 0 | 0 | FD | 64 | 4A |
| Octal | 227 | 171 | 377 | 51 | 65 | 0 | 0 | 375 | 144 | 112 |
| Binary | 10010111 | 1111001 | 11111111 | 101001 | 110101 | 0 | 0 | 11111101 | 1100100 | 1001010 |
Color Harmonies of #9779FF
Complementary color
Monochromatic Colors of #9779FF
Black with #9779FF
Text Example
Text Example
White with #9779FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9779FF; }
p { color: rgb(151,121,255); }
H1.HeaderClassName
{
color: #9779FF;
}
.AnyTagClassName
{
color: #9779FF;
}
</style>
background-color css
<style>
a { background-color: #9779FF; }
a { background-color: rgb(151,121,255); }
div.DivClassName
{
background-color: #9779FF;
}
.BgClassName
{
background-color: #9779FF;
}
</style>
border-color css
<style>
span { border-color: #9779FF; }
span { border-color: rgb(151,121,255); }
td.TdClassName
{
border-color: #9779FF;
}
.TagClassName
{
border-color: #9779FF;
}
</style>