Shades of Light Slate Blue #9866FA
Tints of Light Slate Blue #9866FA
RGB
CMYK
RGB Variations
Color information
#9866FA (or 0x9866FA) is known color: Light Slate Blue. HEX triplet: 98, 66 and FA. RGB value is (152,102,250). Sum of RGB (Red+Green+Blue) = 152+102+250=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #9866FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9866FA is #679905. Grayscale: #858585. Windows color (decimal): -6789382 or 16410264. OLE color: 16410264.
HSL color Cylindrical-coordinate representation of color #9866FA: hue angle of 260.27º 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 #9866FA is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 102 | 250 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.02 |
| HSL | 260.27º | 0.94% | 0.69% | - |
| HSV(B) | 260.27º | 0.59% | 0.98% | - |
| XYZ | 34.96 | 23.08 | 93.06 | - |
| YUV | 133.82 | 193.57 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 250 | 0.39 | 0.59 | 0 | 0.02 | 260.27 | 0.94 | 0.69 |
| Hex | 98 | 66 | FA | 27 | 3B | 0 | 2 | 104 | 5E | 45 |
| Octal | 230 | 146 | 372 | 47 | 73 | 0 | 2 | 404 | 136 | 105 |
| Binary | 10011000 | 1100110 | 11111010 | 100111 | 111011 | 0 | 10 | 100000100 | 1011110 | 1000101 |
Color Harmonies of #9866FA
Complementary color
Monochromatic Colors of #9866FA
Black with #9866FA
Text Example
Text Example
White with #9866FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9866FA; }
p { color: rgb(152,102,250); }
H1.HeaderClassName
{
color: #9866FA;
}
.AnyTagClassName
{
color: #9866FA;
}
</style>
background-color css
<style>
a { background-color: #9866FA; }
a { background-color: rgb(152,102,250); }
div.DivClassName
{
background-color: #9866FA;
}
.BgClassName
{
background-color: #9866FA;
}
</style>
border-color css
<style>
span { border-color: #9866FA; }
span { border-color: rgb(152,102,250); }
td.TdClassName
{
border-color: #9866FA;
}
.TagClassName
{
border-color: #9866FA;
}
</style>