Shades of Light Slate Blue #9666FD
Tints of Light Slate Blue #9666FD
RGB
CMYK
RGB Variations
Color information
#9666FD (or 0x9666FD) is known color: Light Slate Blue. HEX triplet: 96, 66 and FD. RGB value is (150,102,253). Sum of RGB (Red+Green+Blue) = 150+102+253=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #9666FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9666FD is #699902. Grayscale: #858585. Windows color (decimal): -6920451 or 16606870. OLE color: 16606870.
HSL color Cylindrical-coordinate representation of color #9666FD: hue angle of 259.07º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9666FD is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 102 | 253 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.01 |
| HSL | 259.07º | 0.97% | 0.7% | - |
| HSV(B) | 259.07º | 0.6% | 0.99% | - |
| XYZ | 35.06 | 23.08 | 95.54 | - |
| YUV | 133.57 | 195.4 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 253 | 0.41 | 0.60 | 0 | 0.01 | 259.07 | 0.97 | 0.7 |
| Hex | 96 | 66 | FD | 29 | 3C | 0 | 1 | 103 | 61 | 46 |
| Octal | 226 | 146 | 375 | 51 | 74 | 0 | 1 | 403 | 141 | 106 |
| Binary | 10010110 | 1100110 | 11111101 | 101001 | 111100 | 0 | 1 | 100000011 | 1100001 | 1000110 |
Color Harmonies of #9666FD
Complementary color
Monochromatic Colors of #9666FD
Black with #9666FD
Text Example
Text Example
White with #9666FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9666FD; }
p { color: rgb(150,102,253); }
H1.HeaderClassName
{
color: #9666FD;
}
.AnyTagClassName
{
color: #9666FD;
}
</style>
background-color css
<style>
a { background-color: #9666FD; }
a { background-color: rgb(150,102,253); }
div.DivClassName
{
background-color: #9666FD;
}
.BgClassName
{
background-color: #9666FD;
}
</style>
border-color css
<style>
span { border-color: #9666FD; }
span { border-color: rgb(150,102,253); }
td.TdClassName
{
border-color: #9666FD;
}
.TagClassName
{
border-color: #9666FD;
}
</style>