Shades of Light Slate Blue #8073FA
Tints of Light Slate Blue #8073FA
RGB
CMYK
RGB Variations
Color information
#8073FA (or 0x8073FA) is known color: Light Slate Blue. HEX triplet: 80, 73 and FA. RGB value is (128,115,250). Sum of RGB (Red+Green+Blue) = 128+115+250=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #8073FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8073FA is #7F8C05. Grayscale: #858585. Windows color (decimal): -8358918 or 16413568. OLE color: 16413568.
HSL color Cylindrical-coordinate representation of color #8073FA: hue angle of 245.78º 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 #8073FA is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 115 | 250 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.02 |
| HSL | 245.78º | 0.93% | 0.72% | - |
| HSV(B) | 245.78º | 0.54% | 0.98% | - |
| XYZ | 32.29 | 23.75 | 93.33 | - |
| YUV | 134.28 | 193.31 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 250 | 0.49 | 0.54 | 0 | 0.02 | 245.78 | 0.93 | 0.72 |
| Hex | 80 | 73 | FA | 31 | 36 | 0 | 2 | F6 | 5D | 48 |
| Octal | 200 | 163 | 372 | 61 | 66 | 0 | 2 | 366 | 135 | 110 |
| Binary | 10000000 | 1110011 | 11111010 | 110001 | 110110 | 0 | 10 | 11110110 | 1011101 | 1001000 |
Color Harmonies of #8073FA
Complementary color
Monochromatic Colors of #8073FA
Black with #8073FA
Text Example
Text Example
White with #8073FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8073FA; }
p { color: rgb(128,115,250); }
H1.HeaderClassName
{
color: #8073FA;
}
.AnyTagClassName
{
color: #8073FA;
}
</style>
background-color css
<style>
a { background-color: #8073FA; }
a { background-color: rgb(128,115,250); }
div.DivClassName
{
background-color: #8073FA;
}
.BgClassName
{
background-color: #8073FA;
}
</style>
border-color css
<style>
span { border-color: #8073FA; }
span { border-color: rgb(128,115,250); }
td.TdClassName
{
border-color: #8073FA;
}
.TagClassName
{
border-color: #8073FA;
}
</style>