Shades of Light Slate Blue #9776FF
Tints of Light Slate Blue #9776FF
RGB
CMYK
RGB Variations
Color information
#9776FF (or 0x9776FF) is known color: Light Slate Blue. HEX triplet: 97, 76 and FF. RGB value is (151,118,255). Sum of RGB (Red+Green+Blue) = 151+118+255=524 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.82% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #9776FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9776FF is #688900. Grayscale: #8E8E8E. Windows color (decimal): -6850817 or 16742039. OLE color: 16742039.
HSL color Cylindrical-coordinate representation of color #9776FF: hue angle of 254.45º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9776FF is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 118 | 255 | - |
| CMYK | 0.41 | 0.54 | 0 | 0 |
| HSL | 254.45º | 1% | 0.73% | - |
| HSV(B) | 254.45º | 0.54% | 1% | - |
| XYZ | 37.29 | 26.76 | 97.81 | - |
| YUV | 143.49 | 190.93 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 118 | 255 | 0.41 | 0.54 | 0 | 0 | 254.45 | 1 | 0.73 |
| Hex | 97 | 76 | FF | 29 | 36 | 0 | 0 | FE | 64 | 49 |
| Octal | 227 | 166 | 377 | 51 | 66 | 0 | 0 | 376 | 144 | 111 |
| Binary | 10010111 | 1110110 | 11111111 | 101001 | 110110 | 0 | 0 | 11111110 | 1100100 | 1001001 |
Color Harmonies of #9776FF
Complementary color
Monochromatic Colors of #9776FF
Black with #9776FF
Text Example
Text Example
White with #9776FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9776FF; }
p { color: rgb(151,118,255); }
H1.HeaderClassName
{
color: #9776FF;
}
.AnyTagClassName
{
color: #9776FF;
}
</style>
background-color css
<style>
a { background-color: #9776FF; }
a { background-color: rgb(151,118,255); }
div.DivClassName
{
background-color: #9776FF;
}
.BgClassName
{
background-color: #9776FF;
}
</style>
border-color css
<style>
span { border-color: #9776FF; }
span { border-color: rgb(151,118,255); }
td.TdClassName
{
border-color: #9776FF;
}
.TagClassName
{
border-color: #9776FF;
}
</style>