Shades of Light Slate Blue #9766FF
Tints of Light Slate Blue #9766FF
RGB
CMYK
RGB Variations
Color information
#9766FF (or 0x9766FF) is known color: Light Slate Blue. HEX triplet: 97, 66 and FF. RGB value is (151,102,255). Sum of RGB (Red+Green+Blue) = 151+102+255=508 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.72% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #9766FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9766FF is #689900. Grayscale: #858585. Windows color (decimal): -6854913 or 16737943. OLE color: 16737943.
HSL color Cylindrical-coordinate representation of color #9766FF: hue angle of 259.22º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9766FF is Cyan = 0.41, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 102 | 255 | - |
| CMYK | 0.41 | 0.6 | 0 | 0 |
| HSL | 259.22º | 1% | 0.7% | - |
| HSV(B) | 259.22º | 0.6% | 1% | - |
| XYZ | 35.56 | 23.3 | 97.23 | - |
| YUV | 134.09 | 196.23 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 255 | 0.41 | 0.6 | 0 | 0 | 259.22 | 1 | 0.7 |
| Hex | 97 | 66 | FF | 29 | 3C | 0 | 0 | 103 | 64 | 46 |
| Octal | 227 | 146 | 377 | 51 | 74 | 0 | 0 | 403 | 144 | 106 |
| Binary | 10010111 | 1100110 | 11111111 | 101001 | 111100 | 0 | 0 | 100000011 | 1100100 | 1000110 |
Color Harmonies of #9766FF
Complementary color
Monochromatic Colors of #9766FF
Black with #9766FF
Text Example
Text Example
White with #9766FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9766FF; }
p { color: rgb(151,102,255); }
H1.HeaderClassName
{
color: #9766FF;
}
.AnyTagClassName
{
color: #9766FF;
}
</style>
background-color css
<style>
a { background-color: #9766FF; }
a { background-color: rgb(151,102,255); }
div.DivClassName
{
background-color: #9766FF;
}
.BgClassName
{
background-color: #9766FF;
}
</style>
border-color css
<style>
span { border-color: #9766FF; }
span { border-color: rgb(151,102,255); }
td.TdClassName
{
border-color: #9766FF;
}
.TagClassName
{
border-color: #9766FF;
}
</style>