Shades of Light Slate Blue #9962FE
Tints of Light Slate Blue #9962FE
RGB
CMYK
RGB Variations
Color information
#9962FE (or 0x9962FE) is known color: Light Slate Blue. HEX triplet: 99, 62 and FE. RGB value is (153,98,254). Sum of RGB (Red+Green+Blue) = 153+98+254=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #9962FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9962FE is #669D01. Grayscale: #838383. Windows color (decimal): -6724866 or 16671385. OLE color: 16671385.
HSL color Cylindrical-coordinate representation of color #9962FE: hue angle of 261.15º 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 #9962FE is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 98 | 254 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.00 |
| HSL | 261.15º | 0.99% | 0.69% | - |
| HSV(B) | 261.15º | 0.61% | 1% | - |
| XYZ | 35.39 | 22.66 | 96.27 | - |
| YUV | 132.23 | 196.72 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 254 | 0.40 | 0.61 | 0 | 0.00 | 261.15 | 0.99 | 0.69 |
| Hex | 99 | 62 | FE | 28 | 3D | 0 | 0 | 105 | 63 | 45 |
| Octal | 231 | 142 | 376 | 50 | 75 | 0 | 0 | 405 | 143 | 105 |
| Binary | 10011001 | 1100010 | 11111110 | 101000 | 111101 | 0 | 0 | 100000101 | 1100011 | 1000101 |
Color Harmonies of #9962FE
Complementary color
Monochromatic Colors of #9962FE
Black with #9962FE
Text Example
Text Example
White with #9962FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9962FE; }
p { color: rgb(153,98,254); }
H1.HeaderClassName
{
color: #9962FE;
}
.AnyTagClassName
{
color: #9962FE;
}
</style>
background-color css
<style>
a { background-color: #9962FE; }
a { background-color: rgb(153,98,254); }
div.DivClassName
{
background-color: #9962FE;
}
.BgClassName
{
background-color: #9962FE;
}
</style>
border-color css
<style>
span { border-color: #9962FE; }
span { border-color: rgb(153,98,254); }
td.TdClassName
{
border-color: #9962FE;
}
.TagClassName
{
border-color: #9962FE;
}
</style>