Shades of Light Slate Blue #9957FE
Tints of Light Slate Blue #9957FE
RGB
CMYK
RGB Variations
Color information
#9957FE (or 0x9957FE) is known color: Light Slate Blue. HEX triplet: 99, 57 and FE. RGB value is (153,87,254). Sum of RGB (Red+Green+Blue) = 153+87+254=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 87 (34.38% from 255 or 17.61% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #9957FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9957FE is #66A801. Grayscale: #7D7D7D. Windows color (decimal): -6727682 or 16668569. OLE color: 16668569.
HSL color Cylindrical-coordinate representation of color #9957FE: hue angle of 263.71º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9957FE is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 87 | 254 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.00 |
| HSL | 263.71º | 0.99% | 0.67% | - |
| HSV(B) | 263.71º | 0.66% | 1% | - |
| XYZ | 34.43 | 20.74 | 95.96 | - |
| YUV | 125.77 | 200.37 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 254 | 0.40 | 0.66 | 0 | 0.00 | 263.71 | 0.99 | 0.67 |
| Hex | 99 | 57 | FE | 28 | 42 | 0 | 0 | 108 | 63 | 43 |
| Octal | 231 | 127 | 376 | 50 | 102 | 0 | 0 | 410 | 143 | 103 |
| Binary | 10011001 | 1010111 | 11111110 | 101000 | 1000010 | 0 | 0 | 100001000 | 1100011 | 1000011 |
Color Harmonies of #9957FE
Complementary color
Monochromatic Colors of #9957FE
Black with #9957FE
Text Example
Text Example
White with #9957FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9957FE; }
p { color: rgb(153,87,254); }
H1.HeaderClassName
{
color: #9957FE;
}
.AnyTagClassName
{
color: #9957FE;
}
</style>
background-color css
<style>
a { background-color: #9957FE; }
a { background-color: rgb(153,87,254); }
div.DivClassName
{
background-color: #9957FE;
}
.BgClassName
{
background-color: #9957FE;
}
</style>
border-color css
<style>
span { border-color: #9957FE; }
span { border-color: rgb(153,87,254); }
td.TdClassName
{
border-color: #9957FE;
}
.TagClassName
{
border-color: #9957FE;
}
</style>