Shades of Light Slate Blue #9952FE
Tints of Light Slate Blue #9952FE
RGB
CMYK
RGB Variations
Color information
#9952FE (or 0x9952FE) is known color: Light Slate Blue. HEX triplet: 99, 52 and FE. RGB value is (153,82,254). Sum of RGB (Red+Green+Blue) = 153+82+254=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #9952FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9952FE is #66AD01. Grayscale: #7A7A7A. Windows color (decimal): -6728962 or 16667289. OLE color: 16667289.
HSL color Cylindrical-coordinate representation of color #9952FE: hue angle of 264.77º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9952FE is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 82 | 254 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.00 |
| HSL | 264.77º | 0.99% | 0.66% | - |
| HSV(B) | 264.77º | 0.68% | 1% | - |
| XYZ | 34.04 | 19.96 | 95.82 | - |
| YUV | 122.84 | 202.02 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 254 | 0.40 | 0.68 | 0 | 0.00 | 264.77 | 0.99 | 0.66 |
| Hex | 99 | 52 | FE | 28 | 44 | 0 | 0 | 109 | 63 | 42 |
| Octal | 231 | 122 | 376 | 50 | 104 | 0 | 0 | 411 | 143 | 102 |
| Binary | 10011001 | 1010010 | 11111110 | 101000 | 1000100 | 0 | 0 | 100001001 | 1100011 | 1000010 |
Color Harmonies of #9952FE
Complementary color
Monochromatic Colors of #9952FE
Black with #9952FE
Text Example
Text Example
White with #9952FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9952FE; }
p { color: rgb(153,82,254); }
H1.HeaderClassName
{
color: #9952FE;
}
.AnyTagClassName
{
color: #9952FE;
}
</style>
background-color css
<style>
a { background-color: #9952FE; }
a { background-color: rgb(153,82,254); }
div.DivClassName
{
background-color: #9952FE;
}
.BgClassName
{
background-color: #9952FE;
}
</style>
border-color css
<style>
span { border-color: #9952FE; }
span { border-color: rgb(153,82,254); }
td.TdClassName
{
border-color: #9952FE;
}
.TagClassName
{
border-color: #9952FE;
}
</style>