Shades of Light Slate Blue #7B73FA
Tints of Light Slate Blue #7B73FA
RGB
CMYK
RGB Variations
Color information
#7B73FA (or 0x7B73FA) is known color: Light Slate Blue. HEX triplet: 7B, 73 and FA. RGB value is (123,115,250). Sum of RGB (Red+Green+Blue) = 123+115+250=488 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.20% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B73FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B73FA is #848C05. Grayscale: #848484. Windows color (decimal): -8686598 or 16413563. OLE color: 16413563.
HSL color Cylindrical-coordinate representation of color #7B73FA: hue angle of 243.56º 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 #7B73FA is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 115 | 250 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.02 |
| HSL | 243.56º | 0.93% | 0.72% | - |
| HSV(B) | 243.56º | 0.54% | 0.98% | - |
| XYZ | 31.55 | 23.37 | 93.29 | - |
| YUV | 132.78 | 194.15 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 250 | 0.51 | 0.54 | 0 | 0.02 | 243.56 | 0.93 | 0.72 |
| Hex | 7B | 73 | FA | 33 | 36 | 0 | 2 | F4 | 5D | 48 |
| Octal | 173 | 163 | 372 | 63 | 66 | 0 | 2 | 364 | 135 | 110 |
| Binary | 1111011 | 1110011 | 11111010 | 110011 | 110110 | 0 | 10 | 11110100 | 1011101 | 1001000 |
Color Harmonies of #7B73FA
Complementary color
Monochromatic Colors of #7B73FA
Black with #7B73FA
Text Example
Text Example
White with #7B73FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B73FA; }
p { color: rgb(123,115,250); }
H1.HeaderClassName
{
color: #7B73FA;
}
.AnyTagClassName
{
color: #7B73FA;
}
</style>
background-color css
<style>
a { background-color: #7B73FA; }
a { background-color: rgb(123,115,250); }
div.DivClassName
{
background-color: #7B73FA;
}
.BgClassName
{
background-color: #7B73FA;
}
</style>
border-color css
<style>
span { border-color: #7B73FA; }
span { border-color: rgb(123,115,250); }
td.TdClassName
{
border-color: #7B73FA;
}
.TagClassName
{
border-color: #7B73FA;
}
</style>