Shades of Light Slate Blue #9950FE
Tints of Light Slate Blue #9950FE
RGB
CMYK
RGB Variations
Color information
#9950FE (or 0x9950FE) is known color: Light Slate Blue. HEX triplet: 99, 50 and FE. RGB value is (153,80,254). Sum of RGB (Red+Green+Blue) = 153+80+254=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #9950FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9950FE is #66AF01. Grayscale: #797979. Windows color (decimal): -6729474 or 16666777. OLE color: 16666777.
HSL color Cylindrical-coordinate representation of color #9950FE: hue angle of 265.17º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9950FE is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 80 | 254 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.00 |
| HSL | 265.17º | 0.99% | 0.65% | - |
| HSV(B) | 265.17º | 0.69% | 1% | - |
| XYZ | 33.89 | 19.67 | 95.78 | - |
| YUV | 121.66 | 202.68 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 254 | 0.40 | 0.69 | 0 | 0.00 | 265.17 | 0.99 | 0.65 |
| Hex | 99 | 50 | FE | 28 | 45 | 0 | 0 | 109 | 63 | 41 |
| Octal | 231 | 120 | 376 | 50 | 105 | 0 | 0 | 411 | 143 | 101 |
| Binary | 10011001 | 1010000 | 11111110 | 101000 | 1000101 | 0 | 0 | 100001001 | 1100011 | 1000001 |
Color Harmonies of #9950FE
Complementary color
Monochromatic Colors of #9950FE
Black with #9950FE
Text Example
Text Example
White with #9950FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9950FE; }
p { color: rgb(153,80,254); }
H1.HeaderClassName
{
color: #9950FE;
}
.AnyTagClassName
{
color: #9950FE;
}
</style>
background-color css
<style>
a { background-color: #9950FE; }
a { background-color: rgb(153,80,254); }
div.DivClassName
{
background-color: #9950FE;
}
.BgClassName
{
background-color: #9950FE;
}
</style>
border-color css
<style>
span { border-color: #9950FE; }
span { border-color: rgb(153,80,254); }
td.TdClassName
{
border-color: #9950FE;
}
.TagClassName
{
border-color: #9950FE;
}
</style>