Shades of Light Slate Blue #9553FF
Tints of Light Slate Blue #9553FF
RGB
CMYK
RGB Variations
Color information
#9553FF (or 0x9553FF) is known color: Light Slate Blue. HEX triplet: 95, 53 and FF. RGB value is (149,83,255). Sum of RGB (Red+Green+Blue) = 149+83+255=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #9553FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9553FF is #6AAC00. Grayscale: #797979. Windows color (decimal): -6990849 or 16733077. OLE color: 16733077.
HSL color Cylindrical-coordinate representation of color #9553FF: hue angle of 263.02º 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 #9553FF is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 83 | 255 | - |
| CMYK | 0.42 | 0.67 | 0 | 0 |
| HSL | 263.02º | 1% | 0.66% | - |
| HSV(B) | 263.02º | 0.67% | 1% | - |
| XYZ | 33.54 | 19.8 | 96.66 | - |
| YUV | 122.34 | 202.87 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 83 | 255 | 0.42 | 0.67 | 0 | 0 | 263.02 | 1 | 0.66 |
| Hex | 95 | 53 | FF | 2A | 43 | 0 | 0 | 107 | 64 | 42 |
| Octal | 225 | 123 | 377 | 52 | 103 | 0 | 0 | 407 | 144 | 102 |
| Binary | 10010101 | 1010011 | 11111111 | 101010 | 1000011 | 0 | 0 | 100000111 | 1100100 | 1000010 |
Color Harmonies of #9553FF
Complementary color
Monochromatic Colors of #9553FF
Black with #9553FF
Text Example
Text Example
White with #9553FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9553FF; }
p { color: rgb(149,83,255); }
H1.HeaderClassName
{
color: #9553FF;
}
.AnyTagClassName
{
color: #9553FF;
}
</style>
background-color css
<style>
a { background-color: #9553FF; }
a { background-color: rgb(149,83,255); }
div.DivClassName
{
background-color: #9553FF;
}
.BgClassName
{
background-color: #9553FF;
}
</style>
border-color css
<style>
span { border-color: #9553FF; }
span { border-color: rgb(149,83,255); }
td.TdClassName
{
border-color: #9553FF;
}
.TagClassName
{
border-color: #9553FF;
}
</style>