Shades of Light Slate Blue #9D66FF
Tints of Light Slate Blue #9D66FF
RGB
CMYK
RGB Variations
Color information
#9D66FF (or 0x9D66FF) is known color: Light Slate Blue. HEX triplet: 9D, 66 and FF. RGB value is (157,102,255). Sum of RGB (Red+Green+Blue) = 157+102+255=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D66FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D66FF is #629900. Grayscale: #878787. Windows color (decimal): -6461697 or 16737949. OLE color: 16737949.
HSL color Cylindrical-coordinate representation of color #9D66FF: hue angle of 261.57º 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 #9D66FF is Cyan = 0.38, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 102 | 255 | - |
| CMYK | 0.38 | 0.6 | 0 | 0 |
| HSL | 261.57º | 1% | 0.7% | - |
| HSV(B) | 261.57º | 0.6% | 1% | - |
| XYZ | 36.71 | 23.89 | 97.28 | - |
| YUV | 135.89 | 195.22 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 102 | 255 | 0.38 | 0.6 | 0 | 0 | 261.57 | 1 | 0.7 |
| Hex | 9D | 66 | FF | 26 | 3C | 0 | 0 | 106 | 64 | 46 |
| Octal | 235 | 146 | 377 | 46 | 74 | 0 | 0 | 406 | 144 | 106 |
| Binary | 10011101 | 1100110 | 11111111 | 100110 | 111100 | 0 | 0 | 100000110 | 1100100 | 1000110 |
Color Harmonies of #9D66FF
Complementary color
Monochromatic Colors of #9D66FF
Black with #9D66FF
Text Example
Text Example
White with #9D66FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D66FF; }
p { color: rgb(157,102,255); }
H1.HeaderClassName
{
color: #9D66FF;
}
.AnyTagClassName
{
color: #9D66FF;
}
</style>
background-color css
<style>
a { background-color: #9D66FF; }
a { background-color: rgb(157,102,255); }
div.DivClassName
{
background-color: #9D66FF;
}
.BgClassName
{
background-color: #9D66FF;
}
</style>
border-color css
<style>
span { border-color: #9D66FF; }
span { border-color: rgb(157,102,255); }
td.TdClassName
{
border-color: #9D66FF;
}
.TagClassName
{
border-color: #9D66FF;
}
</style>