Shades of Light Slate Blue #9873FD
Tints of Light Slate Blue #9873FD
RGB
CMYK
RGB Variations
Color information
#9873FD (or 0x9873FD) is known color: Light Slate Blue. HEX triplet: 98, 73 and FD. RGB value is (152,115,253). Sum of RGB (Red+Green+Blue) = 152+115+253=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #9873FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9873FD is #678C02. Grayscale: #8D8D8D. Windows color (decimal): -6786051 or 16610200. OLE color: 16610200.
HSL color Cylindrical-coordinate representation of color #9873FD: hue angle of 256.09º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9873FD is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 115 | 253 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.01 |
| HSL | 256.09º | 0.97% | 0.72% | - |
| HSV(B) | 256.09º | 0.55% | 0.99% | - |
| XYZ | 36.81 | 26.03 | 96.01 | - |
| YUV | 141.8 | 190.76 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 253 | 0.40 | 0.55 | 0 | 0.01 | 256.09 | 0.97 | 0.72 |
| Hex | 98 | 73 | FD | 28 | 37 | 0 | 1 | 100 | 61 | 48 |
| Octal | 230 | 163 | 375 | 50 | 67 | 0 | 1 | 400 | 141 | 110 |
| Binary | 10011000 | 1110011 | 11111101 | 101000 | 110111 | 0 | 1 | 100000000 | 1100001 | 1001000 |
Color Harmonies of #9873FD
Complementary color
Monochromatic Colors of #9873FD
Black with #9873FD
Text Example
Text Example
White with #9873FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9873FD; }
p { color: rgb(152,115,253); }
H1.HeaderClassName
{
color: #9873FD;
}
.AnyTagClassName
{
color: #9873FD;
}
</style>
background-color css
<style>
a { background-color: #9873FD; }
a { background-color: rgb(152,115,253); }
div.DivClassName
{
background-color: #9873FD;
}
.BgClassName
{
background-color: #9873FD;
}
</style>
border-color css
<style>
span { border-color: #9873FD; }
span { border-color: rgb(152,115,253); }
td.TdClassName
{
border-color: #9873FD;
}
.TagClassName
{
border-color: #9873FD;
}
</style>