Shades of Light Slate Blue #9994FE
Tints of Light Slate Blue #9994FE
RGB
CMYK
RGB Variations
Color information
#9994FE (or 0x9994FE) is known color: Light Slate Blue. HEX triplet: 99, 94 and FE. RGB value is (153,148,254). Sum of RGB (Red+Green+Blue) = 153+148+254=555 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.57% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #9994FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9994FE is #666B01. Grayscale: #A1A1A1. Windows color (decimal): -6712066 or 16684185. OLE color: 16684185.
HSL color Cylindrical-coordinate representation of color #9994FE: hue angle of 242.83º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9994FE is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 148 | 254 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.00 |
| HSL | 242.83º | 0.98% | 0.79% | - |
| HSV(B) | 242.83º | 0.42% | 1% | - |
| XYZ | 41.62 | 35.11 | 98.35 | - |
| YUV | 161.58 | 180.16 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 254 | 0.40 | 0.42 | 0 | 0.00 | 242.83 | 0.98 | 0.79 |
| Hex | 99 | 94 | FE | 28 | 2A | 0 | 0 | F3 | 62 | 4F |
| Octal | 231 | 224 | 376 | 50 | 52 | 0 | 0 | 363 | 142 | 117 |
| Binary | 10011001 | 10010100 | 11111110 | 101000 | 101010 | 0 | 0 | 11110011 | 1100010 | 1001111 |
Color Harmonies of #9994FE
Complementary color
Monochromatic Colors of #9994FE
Black with #9994FE
Text Example
Text Example
White with #9994FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9994FE; }
p { color: rgb(153,148,254); }
H1.HeaderClassName
{
color: #9994FE;
}
.AnyTagClassName
{
color: #9994FE;
}
</style>
background-color css
<style>
a { background-color: #9994FE; }
a { background-color: rgb(153,148,254); }
div.DivClassName
{
background-color: #9994FE;
}
.BgClassName
{
background-color: #9994FE;
}
</style>
border-color css
<style>
span { border-color: #9994FE; }
span { border-color: rgb(153,148,254); }
td.TdClassName
{
border-color: #9994FE;
}
.TagClassName
{
border-color: #9994FE;
}
</style>