Shades of Light Slate Blue #9956FE
Tints of Light Slate Blue #9956FE
RGB
CMYK
RGB Variations
Color information
#9956FE (or 0x9956FE) is known color: Light Slate Blue. HEX triplet: 99, 56 and FE. RGB value is (153,86,254). Sum of RGB (Red+Green+Blue) = 153+86+254=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #9956FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9956FE is #66A901. Grayscale: #7C7C7C. Windows color (decimal): -6727938 or 16668313. OLE color: 16668313.
HSL color Cylindrical-coordinate representation of color #9956FE: hue angle of 263.93º 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 #9956FE is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 86 | 254 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.00 |
| HSL | 263.93º | 0.99% | 0.67% | - |
| HSV(B) | 263.93º | 0.66% | 1% | - |
| XYZ | 34.35 | 20.58 | 95.93 | - |
| YUV | 125.19 | 200.7 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 86 | 254 | 0.40 | 0.66 | 0 | 0.00 | 263.93 | 0.99 | 0.67 |
| Hex | 99 | 56 | FE | 28 | 42 | 0 | 0 | 108 | 63 | 43 |
| Octal | 231 | 126 | 376 | 50 | 102 | 0 | 0 | 410 | 143 | 103 |
| Binary | 10011001 | 1010110 | 11111110 | 101000 | 1000010 | 0 | 0 | 100001000 | 1100011 | 1000011 |
Color Harmonies of #9956FE
Complementary color
Monochromatic Colors of #9956FE
Black with #9956FE
Text Example
Text Example
White with #9956FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9956FE; }
p { color: rgb(153,86,254); }
H1.HeaderClassName
{
color: #9956FE;
}
.AnyTagClassName
{
color: #9956FE;
}
</style>
background-color css
<style>
a { background-color: #9956FE; }
a { background-color: rgb(153,86,254); }
div.DivClassName
{
background-color: #9956FE;
}
.BgClassName
{
background-color: #9956FE;
}
</style>
border-color css
<style>
span { border-color: #9956FE; }
span { border-color: rgb(153,86,254); }
td.TdClassName
{
border-color: #9956FE;
}
.TagClassName
{
border-color: #9956FE;
}
</style>