Shades of Light Slate Blue #9995FE
Tints of Light Slate Blue #9995FE
RGB
CMYK
RGB Variations
Color information
#9995FE (or 0x9995FE) is known color: Light Slate Blue. HEX triplet: 99, 95 and FE. RGB value is (153,149,254). Sum of RGB (Red+Green+Blue) = 153+149+254=556 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.52% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #9995FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9995FE is #666A01. Grayscale: #A1A1A1. Windows color (decimal): -6711810 or 16684441. OLE color: 16684441.
HSL color Cylindrical-coordinate representation of color #9995FE: hue angle of 242.29º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9995FE is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 149 | 254 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.00 |
| HSL | 242.29º | 0.98% | 0.79% | - |
| HSV(B) | 242.29º | 0.41% | 1% | - |
| XYZ | 41.77 | 35.42 | 98.4 | - |
| YUV | 162.17 | 179.83 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 254 | 0.40 | 0.41 | 0 | 0.00 | 242.29 | 0.98 | 0.79 |
| Hex | 99 | 95 | FE | 28 | 29 | 0 | 0 | F2 | 62 | 4F |
| Octal | 231 | 225 | 376 | 50 | 51 | 0 | 0 | 362 | 142 | 117 |
| Binary | 10011001 | 10010101 | 11111110 | 101000 | 101001 | 0 | 0 | 11110010 | 1100010 | 1001111 |
Color Harmonies of #9995FE
Complementary color
Monochromatic Colors of #9995FE
Black with #9995FE
Text Example
Text Example
White with #9995FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9995FE; }
p { color: rgb(153,149,254); }
H1.HeaderClassName
{
color: #9995FE;
}
.AnyTagClassName
{
color: #9995FE;
}
</style>
background-color css
<style>
a { background-color: #9995FE; }
a { background-color: rgb(153,149,254); }
div.DivClassName
{
background-color: #9995FE;
}
.BgClassName
{
background-color: #9995FE;
}
</style>
border-color css
<style>
span { border-color: #9995FE; }
span { border-color: rgb(153,149,254); }
td.TdClassName
{
border-color: #9995FE;
}
.TagClassName
{
border-color: #9995FE;
}
</style>