Shades of Light Slate Blue #8373FA
Tints of Light Slate Blue #8373FA
RGB
CMYK
RGB Variations
Color information
#8373FA (or 0x8373FA) is known color: Light Slate Blue. HEX triplet: 83, 73 and FA. RGB value is (131,115,250). Sum of RGB (Red+Green+Blue) = 131+115+250=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #8373FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8373FA is #7C8C05. Grayscale: #868686. Windows color (decimal): -8162310 or 16413571. OLE color: 16413571.
HSL color Cylindrical-coordinate representation of color #8373FA: hue angle of 247.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8373FA is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 115 | 250 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.02 |
| HSL | 247.11º | 0.93% | 0.72% | - |
| HSV(B) | 247.11º | 0.54% | 0.98% | - |
| XYZ | 32.75 | 23.99 | 93.35 | - |
| YUV | 135.17 | 192.8 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 115 | 250 | 0.48 | 0.54 | 0 | 0.02 | 247.11 | 0.93 | 0.72 |
| Hex | 83 | 73 | FA | 30 | 36 | 0 | 2 | F7 | 5D | 48 |
| Octal | 203 | 163 | 372 | 60 | 66 | 0 | 2 | 367 | 135 | 110 |
| Binary | 10000011 | 1110011 | 11111010 | 110000 | 110110 | 0 | 10 | 11110111 | 1011101 | 1001000 |
Color Harmonies of #8373FA
Complementary color
Monochromatic Colors of #8373FA
Black with #8373FA
Text Example
Text Example
White with #8373FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8373FA; }
p { color: rgb(131,115,250); }
H1.HeaderClassName
{
color: #8373FA;
}
.AnyTagClassName
{
color: #8373FA;
}
</style>
background-color css
<style>
a { background-color: #8373FA; }
a { background-color: rgb(131,115,250); }
div.DivClassName
{
background-color: #8373FA;
}
.BgClassName
{
background-color: #8373FA;
}
</style>
border-color css
<style>
span { border-color: #8373FA; }
span { border-color: rgb(131,115,250); }
td.TdClassName
{
border-color: #8373FA;
}
.TagClassName
{
border-color: #8373FA;
}
</style>