Shades of Light Slate Blue #7A73F9
Tints of Light Slate Blue #7A73F9
RGB
CMYK
RGB Variations
Color information
#7A73F9 (or 0x7A73F9) is known color: Light Slate Blue. HEX triplet: 7A, 73 and F9. RGB value is (122,115,249). Sum of RGB (Red+Green+Blue) = 122+115+249=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #7A73F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A73F9 is #858C06. Grayscale: #838383. Windows color (decimal): -8752135 or 16348026. OLE color: 16348026.
HSL color Cylindrical-coordinate representation of color #7A73F9: hue angle of 243.13º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A73F9 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 115 | 249 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.02 |
| HSL | 243.13º | 0.92% | 0.71% | - |
| HSV(B) | 243.13º | 0.54% | 0.98% | - |
| XYZ | 31.26 | 23.24 | 92.46 | - |
| YUV | 132.37 | 193.82 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 249 | 0.51 | 0.54 | 0 | 0.02 | 243.13 | 0.92 | 0.71 |
| Hex | 7A | 73 | F9 | 33 | 36 | 0 | 2 | F3 | 5C | 47 |
| Octal | 172 | 163 | 371 | 63 | 66 | 0 | 2 | 363 | 134 | 107 |
| Binary | 1111010 | 1110011 | 11111001 | 110011 | 110110 | 0 | 10 | 11110011 | 1011100 | 1000111 |
Color Harmonies of #7A73F9
Complementary color
Monochromatic Colors of #7A73F9
Black with #7A73F9
Text Example
Text Example
White with #7A73F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A73F9; }
p { color: rgb(122,115,249); }
H1.HeaderClassName
{
color: #7A73F9;
}
.AnyTagClassName
{
color: #7A73F9;
}
</style>
background-color css
<style>
a { background-color: #7A73F9; }
a { background-color: rgb(122,115,249); }
div.DivClassName
{
background-color: #7A73F9;
}
.BgClassName
{
background-color: #7A73F9;
}
</style>
border-color css
<style>
span { border-color: #7A73F9; }
span { border-color: rgb(122,115,249); }
td.TdClassName
{
border-color: #7A73F9;
}
.TagClassName
{
border-color: #7A73F9;
}
</style>