Shades of Light Slate Blue #9869FE
Tints of Light Slate Blue #9869FE
RGB
CMYK
RGB Variations
Color information
#9869FE (or 0x9869FE) is known color: Light Slate Blue. HEX triplet: 98, 69 and FE. RGB value is (152,105,254). Sum of RGB (Red+Green+Blue) = 152+105+254=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #9869FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9869FE is #679601. Grayscale: #878787. Windows color (decimal): -6788610 or 16673176. OLE color: 16673176.
HSL color Cylindrical-coordinate representation of color #9869FE: hue angle of 258.93º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9869FE is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 105 | 254 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.00 |
| HSL | 258.93º | 0.99% | 0.7% | - |
| HSV(B) | 258.93º | 0.59% | 1% | - |
| XYZ | 35.89 | 23.93 | 96.49 | - |
| YUV | 136.04 | 194.57 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 254 | 0.40 | 0.59 | 0 | 0.00 | 258.93 | 0.99 | 0.7 |
| Hex | 98 | 69 | FE | 28 | 3B | 0 | 0 | 103 | 63 | 46 |
| Octal | 230 | 151 | 376 | 50 | 73 | 0 | 0 | 403 | 143 | 106 |
| Binary | 10011000 | 1101001 | 11111110 | 101000 | 111011 | 0 | 0 | 100000011 | 1100011 | 1000110 |
Color Harmonies of #9869FE
Complementary color
Monochromatic Colors of #9869FE
Black with #9869FE
Text Example
Text Example
White with #9869FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9869FE; }
p { color: rgb(152,105,254); }
H1.HeaderClassName
{
color: #9869FE;
}
.AnyTagClassName
{
color: #9869FE;
}
</style>
background-color css
<style>
a { background-color: #9869FE; }
a { background-color: rgb(152,105,254); }
div.DivClassName
{
background-color: #9869FE;
}
.BgClassName
{
background-color: #9869FE;
}
</style>
border-color css
<style>
span { border-color: #9869FE; }
span { border-color: rgb(152,105,254); }
td.TdClassName
{
border-color: #9869FE;
}
.TagClassName
{
border-color: #9869FE;
}
</style>