Shades of Light Slate Blue #9995FF
Tints of Light Slate Blue #9995FF
RGB
CMYK
RGB Variations
Color information
#9995FF (or 0x9995FF) is known color: Light Slate Blue. HEX triplet: 99, 95 and FF. RGB value is (153,149,255). Sum of RGB (Red+Green+Blue) = 153+149+255=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #9995FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9995FF is #666A00. Grayscale: #A1A1A1. Windows color (decimal): -6711809 or 16749977. OLE color: 16749977.
HSL color Cylindrical-coordinate representation of color #9995FF: hue angle of 242.26º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9995FF is Cyan = 0.4, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 149 | 255 | - |
| CMYK | 0.4 | 0.42 | 0 | 0 |
| HSL | 242.26º | 1% | 0.79% | - |
| HSV(B) | 242.26º | 0.42% | 1% | - |
| XYZ | 41.93 | 35.49 | 99.25 | - |
| YUV | 162.28 | 180.33 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 255 | 0.4 | 0.42 | 0 | 0 | 242.26 | 1 | 0.79 |
| Hex | 99 | 95 | FF | 28 | 2A | 0 | 0 | F2 | 64 | 4F |
| Octal | 231 | 225 | 377 | 50 | 52 | 0 | 0 | 362 | 144 | 117 |
| Binary | 10011001 | 10010101 | 11111111 | 101000 | 101010 | 0 | 0 | 11110010 | 1100100 | 1001111 |
Color Harmonies of #9995FF
Complementary color
Monochromatic Colors of #9995FF
Black with #9995FF
Text Example
Text Example
White with #9995FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9995FF; }
p { color: rgb(153,149,255); }
H1.HeaderClassName
{
color: #9995FF;
}
.AnyTagClassName
{
color: #9995FF;
}
</style>
background-color css
<style>
a { background-color: #9995FF; }
a { background-color: rgb(153,149,255); }
div.DivClassName
{
background-color: #9995FF;
}
.BgClassName
{
background-color: #9995FF;
}
</style>
border-color css
<style>
span { border-color: #9995FF; }
span { border-color: rgb(153,149,255); }
td.TdClassName
{
border-color: #9995FF;
}
.TagClassName
{
border-color: #9995FF;
}
</style>