Shades of Light Slate Blue #9373FD
Tints of Light Slate Blue #9373FD
RGB
CMYK
RGB Variations
Color information
#9373FD (or 0x9373FD) is known color: Light Slate Blue. HEX triplet: 93, 73 and FD. RGB value is (147,115,253). Sum of RGB (Red+Green+Blue) = 147+115+253=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #9373FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9373FD is #6C8C02. Grayscale: #8B8B8B. Windows color (decimal): -7113731 or 16610195. OLE color: 16610195.
HSL color Cylindrical-coordinate representation of color #9373FD: hue angle of 253.91º 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 #9373FD is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 115 | 253 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.01 |
| HSL | 253.91º | 0.97% | 0.72% | - |
| HSV(B) | 253.91º | 0.55% | 0.99% | - |
| XYZ | 35.89 | 25.56 | 95.97 | - |
| YUV | 140.3 | 191.6 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 115 | 253 | 0.42 | 0.55 | 0 | 0.01 | 253.91 | 0.97 | 0.72 |
| Hex | 93 | 73 | FD | 2A | 37 | 0 | 1 | FE | 61 | 48 |
| Octal | 223 | 163 | 375 | 52 | 67 | 0 | 1 | 376 | 141 | 110 |
| Binary | 10010011 | 1110011 | 11111101 | 101010 | 110111 | 0 | 1 | 11111110 | 1100001 | 1001000 |
Color Harmonies of #9373FD
Complementary color
Monochromatic Colors of #9373FD
Black with #9373FD
Text Example
Text Example
White with #9373FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9373FD; }
p { color: rgb(147,115,253); }
H1.HeaderClassName
{
color: #9373FD;
}
.AnyTagClassName
{
color: #9373FD;
}
</style>
background-color css
<style>
a { background-color: #9373FD; }
a { background-color: rgb(147,115,253); }
div.DivClassName
{
background-color: #9373FD;
}
.BgClassName
{
background-color: #9373FD;
}
</style>
border-color css
<style>
span { border-color: #9373FD; }
span { border-color: rgb(147,115,253); }
td.TdClassName
{
border-color: #9373FD;
}
.TagClassName
{
border-color: #9373FD;
}
</style>