Shades of Light Slate Blue #9766FA
Tints of Light Slate Blue #9766FA
RGB
CMYK
RGB Variations
Color information
#9766FA (or 0x9766FA) is known color: Light Slate Blue. HEX triplet: 97, 66 and FA. RGB value is (151,102,250). Sum of RGB (Red+Green+Blue) = 151+102+250=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #9766FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9766FA is #689905. Grayscale: #848484. Windows color (decimal): -6854918 or 16410263. OLE color: 16410263.
HSL color Cylindrical-coordinate representation of color #9766FA: hue angle of 259.86º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9766FA is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 102 | 250 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.02 |
| HSL | 259.86º | 0.94% | 0.69% | - |
| HSV(B) | 259.86º | 0.59% | 0.98% | - |
| XYZ | 34.77 | 22.98 | 93.05 | - |
| YUV | 133.52 | 193.73 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 250 | 0.40 | 0.59 | 0 | 0.02 | 259.86 | 0.94 | 0.69 |
| Hex | 97 | 66 | FA | 28 | 3B | 0 | 2 | 104 | 5E | 45 |
| Octal | 227 | 146 | 372 | 50 | 73 | 0 | 2 | 404 | 136 | 105 |
| Binary | 10010111 | 1100110 | 11111010 | 101000 | 111011 | 0 | 10 | 100000100 | 1011110 | 1000101 |
Color Harmonies of #9766FA
Complementary color
Monochromatic Colors of #9766FA
Black with #9766FA
Text Example
Text Example
White with #9766FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9766FA; }
p { color: rgb(151,102,250); }
H1.HeaderClassName
{
color: #9766FA;
}
.AnyTagClassName
{
color: #9766FA;
}
</style>
background-color css
<style>
a { background-color: #9766FA; }
a { background-color: rgb(151,102,250); }
div.DivClassName
{
background-color: #9766FA;
}
.BgClassName
{
background-color: #9766FA;
}
</style>
border-color css
<style>
span { border-color: #9766FA; }
span { border-color: rgb(151,102,250); }
td.TdClassName
{
border-color: #9766FA;
}
.TagClassName
{
border-color: #9766FA;
}
</style>