Shades of Light Slate Blue #9869FA
Tints of Light Slate Blue #9869FA
RGB
CMYK
RGB Variations
Color information
#9869FA (or 0x9869FA) is known color: Light Slate Blue. HEX triplet: 98, 69 and FA. RGB value is (152,105,250). Sum of RGB (Red+Green+Blue) = 152+105+250=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #9869FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9869FA is #679605. Grayscale: #878787. Windows color (decimal): -6788614 or 16411032. OLE color: 16411032.
HSL color Cylindrical-coordinate representation of color #9869FA: hue angle of 259.45º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9869FA is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 105 | 250 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.02 |
| HSL | 259.45º | 0.94% | 0.7% | - |
| HSV(B) | 259.45º | 0.58% | 0.98% | - |
| XYZ | 35.26 | 23.68 | 93.16 | - |
| YUV | 135.58 | 192.57 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 250 | 0.39 | 0.58 | 0 | 0.02 | 259.45 | 0.94 | 0.7 |
| Hex | 98 | 69 | FA | 27 | 3A | 0 | 2 | 103 | 5E | 46 |
| Octal | 230 | 151 | 372 | 47 | 72 | 0 | 2 | 403 | 136 | 106 |
| Binary | 10011000 | 1101001 | 11111010 | 100111 | 111010 | 0 | 10 | 100000011 | 1011110 | 1000110 |
Color Harmonies of #9869FA
Complementary color
Monochromatic Colors of #9869FA
Black with #9869FA
Text Example
Text Example
White with #9869FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9869FA; }
p { color: rgb(152,105,250); }
H1.HeaderClassName
{
color: #9869FA;
}
.AnyTagClassName
{
color: #9869FA;
}
</style>
background-color css
<style>
a { background-color: #9869FA; }
a { background-color: rgb(152,105,250); }
div.DivClassName
{
background-color: #9869FA;
}
.BgClassName
{
background-color: #9869FA;
}
</style>
border-color css
<style>
span { border-color: #9869FA; }
span { border-color: rgb(152,105,250); }
td.TdClassName
{
border-color: #9869FA;
}
.TagClassName
{
border-color: #9869FA;
}
</style>