Shades of Slate Blue #7A4FDE
Tints of Slate Blue #7A4FDE
RGB
CMYK
RGB Variations
Color information
#7A4FDE (or 0x7A4FDE) is known color: Slate Blue. HEX triplet: 7A, 4F and DE. RGB value is (122,79,222). Sum of RGB (Red+Green+Blue) = 122+79+222=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #7A4FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A4FDE is #85B021. Grayscale: #6B6B6B. Windows color (decimal): -8761378 or 14569338. OLE color: 14569338.
HSL color Cylindrical-coordinate representation of color #7A4FDE: hue angle of 258.04º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A4FDE is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 79 | 222 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.13 |
| HSL | 258.04º | 0.68% | 0.59% | - |
| HSV(B) | 258.04º | 0.64% | 0.87% | - |
| XYZ | 24.01 | 15 | 70.74 | - |
| YUV | 108.16 | 192.25 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 79 | 222 | 0.45 | 0.64 | 0 | 0.13 | 258.04 | 0.68 | 0.59 |
| Hex | 7A | 4F | DE | 2D | 40 | 0 | D | 102 | 44 | 3B |
| Octal | 172 | 117 | 336 | 55 | 100 | 0 | 15 | 402 | 104 | 73 |
| Binary | 1111010 | 1001111 | 11011110 | 101101 | 1000000 | 0 | 1101 | 100000010 | 1000100 | 111011 |
Color Harmonies of #7A4FDE
Complementary color
Monochromatic Colors of #7A4FDE
Black with #7A4FDE
Text Example
Text Example
White with #7A4FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4FDE; }
p { color: rgb(122,79,222); }
H1.HeaderClassName
{
color: #7A4FDE;
}
.AnyTagClassName
{
color: #7A4FDE;
}
</style>
background-color css
<style>
a { background-color: #7A4FDE; }
a { background-color: rgb(122,79,222); }
div.DivClassName
{
background-color: #7A4FDE;
}
.BgClassName
{
background-color: #7A4FDE;
}
</style>
border-color css
<style>
span { border-color: #7A4FDE; }
span { border-color: rgb(122,79,222); }
td.TdClassName
{
border-color: #7A4FDE;
}
.TagClassName
{
border-color: #7A4FDE;
}
</style>