Shades of Light Slate Blue #9595FF
Tints of Light Slate Blue #9595FF
RGB
CMYK
RGB Variations
Color information
#9595FF (or 0x9595FF) is known color: Light Slate Blue. HEX triplet: 95, 95 and FF. RGB value is (149,149,255). Sum of RGB (Red+Green+Blue) = 149+149+255=553 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.94% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #9595FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9595FF is #6A6A00. Grayscale: #A0A0A0. Windows color (decimal): -6973953 or 16749973. OLE color: 16749973.
HSL color Cylindrical-coordinate representation of color #9595FF: hue angle of 240º 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 #9595FF is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 149 | 255 | - |
| CMYK | 0.42 | 0.42 | 0 | 0 |
| HSL | 240º | 1% | 0.79% | - |
| HSV(B) | 240º | 0.42% | 1% | - |
| XYZ | 41.19 | 35.1 | 99.21 | - |
| YUV | 161.08 | 181 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 149 | 255 | 0.42 | 0.42 | 0 | 0 | 240 | 1 | 0.79 |
| Hex | 95 | 95 | FF | 2A | 2A | 0 | 0 | F0 | 64 | 4F |
| Octal | 225 | 225 | 377 | 52 | 52 | 0 | 0 | 360 | 144 | 117 |
| Binary | 10010101 | 10010101 | 11111111 | 101010 | 101010 | 0 | 0 | 11110000 | 1100100 | 1001111 |
Color Harmonies of #9595FF
Complementary color
Monochromatic Colors of #9595FF
Black with #9595FF
Text Example
Text Example
White with #9595FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9595FF; }
p { color: rgb(149,149,255); }
H1.HeaderClassName
{
color: #9595FF;
}
.AnyTagClassName
{
color: #9595FF;
}
</style>
background-color css
<style>
a { background-color: #9595FF; }
a { background-color: rgb(149,149,255); }
div.DivClassName
{
background-color: #9595FF;
}
.BgClassName
{
background-color: #9595FF;
}
</style>
border-color css
<style>
span { border-color: #9595FF; }
span { border-color: rgb(149,149,255); }
td.TdClassName
{
border-color: #9595FF;
}
.TagClassName
{
border-color: #9595FF;
}
</style>