Shades of Light Slate Blue #9766FC
Tints of Light Slate Blue #9766FC
RGB
CMYK
RGB Variations
Color information
#9766FC (or 0x9766FC) is known color: Light Slate Blue. HEX triplet: 97, 66 and FC. RGB value is (151,102,252). Sum of RGB (Red+Green+Blue) = 151+102+252=505 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.90% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #9766FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9766FC is #689903. Grayscale: #858585. Windows color (decimal): -6854916 or 16541335. OLE color: 16541335.
HSL color Cylindrical-coordinate representation of color #9766FC: hue angle of 259.6º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9766FC is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 102 | 252 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.01 |
| HSL | 259.6º | 0.96% | 0.69% | - |
| HSV(B) | 259.6º | 0.6% | 0.99% | - |
| XYZ | 35.08 | 23.11 | 94.71 | - |
| YUV | 133.75 | 194.73 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 252 | 0.40 | 0.60 | 0 | 0.01 | 259.6 | 0.96 | 0.69 |
| Hex | 97 | 66 | FC | 28 | 3C | 0 | 1 | 104 | 60 | 45 |
| Octal | 227 | 146 | 374 | 50 | 74 | 0 | 1 | 404 | 140 | 105 |
| Binary | 10010111 | 1100110 | 11111100 | 101000 | 111100 | 0 | 1 | 100000100 | 1100000 | 1000101 |
Color Harmonies of #9766FC
Complementary color
Monochromatic Colors of #9766FC
Black with #9766FC
Text Example
Text Example
White with #9766FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9766FC; }
p { color: rgb(151,102,252); }
H1.HeaderClassName
{
color: #9766FC;
}
.AnyTagClassName
{
color: #9766FC;
}
</style>
background-color css
<style>
a { background-color: #9766FC; }
a { background-color: rgb(151,102,252); }
div.DivClassName
{
background-color: #9766FC;
}
.BgClassName
{
background-color: #9766FC;
}
</style>
border-color css
<style>
span { border-color: #9766FC; }
span { border-color: rgb(151,102,252); }
td.TdClassName
{
border-color: #9766FC;
}
.TagClassName
{
border-color: #9766FC;
}
</style>