Shades of Light Slate Blue #9869FF
Tints of Light Slate Blue #9869FF
RGB
CMYK
RGB Variations
Color information
#9869FF (or 0x9869FF) is known color: Light Slate Blue. HEX triplet: 98, 69 and FF. RGB value is (152,105,255). Sum of RGB (Red+Green+Blue) = 152+105+255=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #9869FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9869FF is #679600. Grayscale: #878787. Windows color (decimal): -6788609 or 16738712. OLE color: 16738712.
HSL color Cylindrical-coordinate representation of color #9869FF: hue angle of 258.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9869FF is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 105 | 255 | - |
| CMYK | 0.40 | 0.59 | 0 | 0 |
| HSL | 258.8º | 1% | 0.71% | - |
| HSV(B) | 258.8º | 0.59% | 1% | - |
| XYZ | 36.05 | 24 | 97.34 | - |
| YUV | 136.15 | 195.07 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 255 | 0.40 | 0.59 | 0 | 0 | 258.8 | 1 | 0.71 |
| Hex | 98 | 69 | FF | 28 | 3B | 0 | 0 | 103 | 64 | 47 |
| Octal | 230 | 151 | 377 | 50 | 73 | 0 | 0 | 403 | 144 | 107 |
| Binary | 10011000 | 1101001 | 11111111 | 101000 | 111011 | 0 | 0 | 100000011 | 1100100 | 1000111 |
Color Harmonies of #9869FF
Complementary color
Monochromatic Colors of #9869FF
Black with #9869FF
Text Example
Text Example
White with #9869FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9869FF; }
p { color: rgb(152,105,255); }
H1.HeaderClassName
{
color: #9869FF;
}
.AnyTagClassName
{
color: #9869FF;
}
</style>
background-color css
<style>
a { background-color: #9869FF; }
a { background-color: rgb(152,105,255); }
div.DivClassName
{
background-color: #9869FF;
}
.BgClassName
{
background-color: #9869FF;
}
</style>
border-color css
<style>
span { border-color: #9869FF; }
span { border-color: rgb(152,105,255); }
td.TdClassName
{
border-color: #9869FF;
}
.TagClassName
{
border-color: #9869FF;
}
</style>