Shades of Light Slate Blue #9955FF
Tints of Light Slate Blue #9955FF
RGB
CMYK
RGB Variations
Color information
#9955FF (or 0x9955FF) is known color: Light Slate Blue. HEX triplet: 99, 55 and FF. RGB value is (153,85,255). Sum of RGB (Red+Green+Blue) = 153+85+255=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #9955FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9955FF is #66AA00. Grayscale: #7C7C7C. Windows color (decimal): -6728193 or 16733593. OLE color: 16733593.
HSL color Cylindrical-coordinate representation of color #9955FF: hue angle of 264º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9955FF is Cyan = 0.4, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 85 | 255 | - |
| CMYK | 0.4 | 0.67 | 0 | 0 |
| HSL | 264º | 1% | 0.67% | - |
| HSV(B) | 264º | 0.67% | 1% | - |
| XYZ | 34.44 | 20.49 | 96.75 | - |
| YUV | 124.71 | 201.53 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 255 | 0.4 | 0.67 | 0 | 0 | 264 | 1 | 0.67 |
| Hex | 99 | 55 | FF | 28 | 43 | 0 | 0 | 108 | 64 | 43 |
| Octal | 231 | 125 | 377 | 50 | 103 | 0 | 0 | 410 | 144 | 103 |
| Binary | 10011001 | 1010101 | 11111111 | 101000 | 1000011 | 0 | 0 | 100001000 | 1100100 | 1000011 |
Color Harmonies of #9955FF
Complementary color
Monochromatic Colors of #9955FF
Black with #9955FF
Text Example
Text Example
White with #9955FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9955FF; }
p { color: rgb(153,85,255); }
H1.HeaderClassName
{
color: #9955FF;
}
.AnyTagClassName
{
color: #9955FF;
}
</style>
background-color css
<style>
a { background-color: #9955FF; }
a { background-color: rgb(153,85,255); }
div.DivClassName
{
background-color: #9955FF;
}
.BgClassName
{
background-color: #9955FF;
}
</style>
border-color css
<style>
span { border-color: #9955FF; }
span { border-color: rgb(153,85,255); }
td.TdClassName
{
border-color: #9955FF;
}
.TagClassName
{
border-color: #9955FF;
}
</style>