Shades of Slate Blue #7A54DC
Tints of Slate Blue #7A54DC
RGB
CMYK
RGB Variations
Color information
#7A54DC (or 0x7A54DC) is known color: Slate Blue. HEX triplet: 7A, 54 and DC. RGB value is (122,84,220). Sum of RGB (Red+Green+Blue) = 122+84+220=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A54DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A54DC is #85AB23. Grayscale: #6E6E6E. Windows color (decimal): -8760100 or 14439546. OLE color: 14439546.
HSL color Cylindrical-coordinate representation of color #7A54DC: hue angle of 256.76º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A54DC is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 84 | 220 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.14 |
| HSL | 256.76º | 0.66% | 0.6% | - |
| HSV(B) | 256.76º | 0.62% | 0.86% | - |
| XYZ | 24.11 | 15.65 | 69.46 | - |
| YUV | 110.87 | 189.59 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 84 | 220 | 0.45 | 0.62 | 0 | 0.14 | 256.76 | 0.66 | 0.6 |
| Hex | 7A | 54 | DC | 2D | 3E | 0 | E | 101 | 42 | 3C |
| Octal | 172 | 124 | 334 | 55 | 76 | 0 | 16 | 401 | 102 | 74 |
| Binary | 1111010 | 1010100 | 11011100 | 101101 | 111110 | 0 | 1110 | 100000001 | 1000010 | 111100 |
Color Harmonies of #7A54DC
Complementary color
Monochromatic Colors of #7A54DC
Black with #7A54DC
Text Example
Text Example
White with #7A54DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A54DC; }
p { color: rgb(122,84,220); }
H1.HeaderClassName
{
color: #7A54DC;
}
.AnyTagClassName
{
color: #7A54DC;
}
</style>
background-color css
<style>
a { background-color: #7A54DC; }
a { background-color: rgb(122,84,220); }
div.DivClassName
{
background-color: #7A54DC;
}
.BgClassName
{
background-color: #7A54DC;
}
</style>
border-color css
<style>
span { border-color: #7A54DC; }
span { border-color: rgb(122,84,220); }
td.TdClassName
{
border-color: #7A54DC;
}
.TagClassName
{
border-color: #7A54DC;
}
</style>