Shades of Light Slate Blue #9866FF
Tints of Light Slate Blue #9866FF
RGB
CMYK
RGB Variations
Color information
#9866FF (or 0x9866FF) is known color: Light Slate Blue. HEX triplet: 98, 66 and FF. RGB value is (152,102,255). Sum of RGB (Red+Green+Blue) = 152+102+255=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #9866FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9866FF is #679900. Grayscale: #858585. Windows color (decimal): -6789377 or 16737944. OLE color: 16737944.
HSL color Cylindrical-coordinate representation of color #9866FF: hue angle of 259.61º 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 #9866FF is Cyan = 0.40, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 102 | 255 | - |
| CMYK | 0.40 | 0.6 | 0 | 0 |
| HSL | 259.61º | 1% | 0.7% | - |
| HSV(B) | 259.61º | 0.6% | 1% | - |
| XYZ | 35.75 | 23.4 | 97.24 | - |
| YUV | 134.39 | 196.07 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 255 | 0.40 | 0.6 | 0 | 0 | 259.61 | 1 | 0.7 |
| Hex | 98 | 66 | FF | 28 | 3C | 0 | 0 | 104 | 64 | 46 |
| Octal | 230 | 146 | 377 | 50 | 74 | 0 | 0 | 404 | 144 | 106 |
| Binary | 10011000 | 1100110 | 11111111 | 101000 | 111100 | 0 | 0 | 100000100 | 1100100 | 1000110 |
Color Harmonies of #9866FF
Complementary color
Monochromatic Colors of #9866FF
Black with #9866FF
Text Example
Text Example
White with #9866FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9866FF; }
p { color: rgb(152,102,255); }
H1.HeaderClassName
{
color: #9866FF;
}
.AnyTagClassName
{
color: #9866FF;
}
</style>
background-color css
<style>
a { background-color: #9866FF; }
a { background-color: rgb(152,102,255); }
div.DivClassName
{
background-color: #9866FF;
}
.BgClassName
{
background-color: #9866FF;
}
</style>
border-color css
<style>
span { border-color: #9866FF; }
span { border-color: rgb(152,102,255); }
td.TdClassName
{
border-color: #9866FF;
}
.TagClassName
{
border-color: #9866FF;
}
</style>