Shades of Light Slate Blue #9953FF
Tints of Light Slate Blue #9953FF
RGB
CMYK
RGB Variations
Color information
#9953FF (or 0x9953FF) is known color: Light Slate Blue. HEX triplet: 99, 53 and FF. RGB value is (153,83,255). Sum of RGB (Red+Green+Blue) = 153+83+255=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #9953FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9953FF is #66AC00. Grayscale: #7A7A7A. Windows color (decimal): -6728705 or 16733081. OLE color: 16733081.
HSL color Cylindrical-coordinate representation of color #9953FF: hue angle of 264.42º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9953FF is Cyan = 0.4, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 83 | 255 | - |
| CMYK | 0.4 | 0.67 | 0 | 0 |
| HSL | 264.42º | 1% | 0.66% | - |
| HSV(B) | 264.42º | 0.67% | 1% | - |
| XYZ | 34.28 | 20.18 | 96.7 | - |
| YUV | 123.54 | 202.19 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 255 | 0.4 | 0.67 | 0 | 0 | 264.42 | 1 | 0.66 |
| Hex | 99 | 53 | FF | 28 | 43 | 0 | 0 | 108 | 64 | 42 |
| Octal | 231 | 123 | 377 | 50 | 103 | 0 | 0 | 410 | 144 | 102 |
| Binary | 10011001 | 1010011 | 11111111 | 101000 | 1000011 | 0 | 0 | 100001000 | 1100100 | 1000010 |
Color Harmonies of #9953FF
Complementary color
Monochromatic Colors of #9953FF
Black with #9953FF
Text Example
Text Example
White with #9953FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9953FF; }
p { color: rgb(153,83,255); }
H1.HeaderClassName
{
color: #9953FF;
}
.AnyTagClassName
{
color: #9953FF;
}
</style>
background-color css
<style>
a { background-color: #9953FF; }
a { background-color: rgb(153,83,255); }
div.DivClassName
{
background-color: #9953FF;
}
.BgClassName
{
background-color: #9953FF;
}
</style>
border-color css
<style>
span { border-color: #9953FF; }
span { border-color: rgb(153,83,255); }
td.TdClassName
{
border-color: #9953FF;
}
.TagClassName
{
border-color: #9953FF;
}
</style>