Shades of Light Slate Blue #9862FE
Tints of Light Slate Blue #9862FE
RGB
CMYK
RGB Variations
Color information
#9862FE (or 0x9862FE) is known color: Light Slate Blue. HEX triplet: 98, 62 and FE. RGB value is (152,98,254). Sum of RGB (Red+Green+Blue) = 152+98+254=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 98 (38.67% from 255 or 19.44% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #9862FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9862FE is #679D01. Grayscale: #838383. Windows color (decimal): -6790402 or 16671384. OLE color: 16671384.
HSL color Cylindrical-coordinate representation of color #9862FE: hue angle of 260.77º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9862FE is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 98 | 254 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.00 |
| HSL | 260.77º | 0.99% | 0.69% | - |
| HSV(B) | 260.77º | 0.61% | 1% | - |
| XYZ | 35.21 | 22.57 | 96.27 | - |
| YUV | 131.93 | 196.89 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 254 | 0.40 | 0.61 | 0 | 0.00 | 260.77 | 0.99 | 0.69 |
| Hex | 98 | 62 | FE | 28 | 3D | 0 | 0 | 105 | 63 | 45 |
| Octal | 230 | 142 | 376 | 50 | 75 | 0 | 0 | 405 | 143 | 105 |
| Binary | 10011000 | 1100010 | 11111110 | 101000 | 111101 | 0 | 0 | 100000101 | 1100011 | 1000101 |
Color Harmonies of #9862FE
Complementary color
Monochromatic Colors of #9862FE
Black with #9862FE
Text Example
Text Example
White with #9862FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9862FE; }
p { color: rgb(152,98,254); }
H1.HeaderClassName
{
color: #9862FE;
}
.AnyTagClassName
{
color: #9862FE;
}
</style>
background-color css
<style>
a { background-color: #9862FE; }
a { background-color: rgb(152,98,254); }
div.DivClassName
{
background-color: #9862FE;
}
.BgClassName
{
background-color: #9862FE;
}
</style>
border-color css
<style>
span { border-color: #9862FE; }
span { border-color: rgb(152,98,254); }
td.TdClassName
{
border-color: #9862FE;
}
.TagClassName
{
border-color: #9862FE;
}
</style>