Shades of Light Slate Blue #9953FC
Tints of Light Slate Blue #9953FC
RGB
CMYK
RGB Variations
Color information
#9953FC (or 0x9953FC) is known color: Light Slate Blue. HEX triplet: 99, 53 and FC. RGB value is (153,83,252). Sum of RGB (Red+Green+Blue) = 153+83+252=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #9953FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9953FC is #66AC03. Grayscale: #7A7A7A. Windows color (decimal): -6728708 or 16536473. OLE color: 16536473.
HSL color Cylindrical-coordinate representation of color #9953FC: hue angle of 264.85º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9953FC is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 83 | 252 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.01 |
| HSL | 264.85º | 0.97% | 0.66% | - |
| HSV(B) | 264.85º | 0.67% | 0.99% | - |
| XYZ | 33.8 | 19.99 | 94.17 | - |
| YUV | 123.2 | 200.69 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 252 | 0.39 | 0.67 | 0 | 0.01 | 264.85 | 0.97 | 0.66 |
| Hex | 99 | 53 | FC | 27 | 43 | 0 | 1 | 109 | 61 | 42 |
| Octal | 231 | 123 | 374 | 47 | 103 | 0 | 1 | 411 | 141 | 102 |
| Binary | 10011001 | 1010011 | 11111100 | 100111 | 1000011 | 0 | 1 | 100001001 | 1100001 | 1000010 |
Color Harmonies of #9953FC
Complementary color
Monochromatic Colors of #9953FC
Black with #9953FC
Text Example
Text Example
White with #9953FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9953FC; }
p { color: rgb(153,83,252); }
H1.HeaderClassName
{
color: #9953FC;
}
.AnyTagClassName
{
color: #9953FC;
}
</style>
background-color css
<style>
a { background-color: #9953FC; }
a { background-color: rgb(153,83,252); }
div.DivClassName
{
background-color: #9953FC;
}
.BgClassName
{
background-color: #9953FC;
}
</style>
border-color css
<style>
span { border-color: #9953FC; }
span { border-color: rgb(153,83,252); }
td.TdClassName
{
border-color: #9953FC;
}
.TagClassName
{
border-color: #9953FC;
}
</style>