Shades of Slate Blue #7A5BDC
Tints of Slate Blue #7A5BDC
RGB
CMYK
RGB Variations
Color information
#7A5BDC (or 0x7A5BDC) is known color: Slate Blue. HEX triplet: 7A, 5B and DC. RGB value is (122,91,220). Sum of RGB (Red+Green+Blue) = 122+91+220=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A5BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5BDC is #85A423. Grayscale: #727272. Windows color (decimal): -8758308 or 14441338. OLE color: 14441338.
HSL color Cylindrical-coordinate representation of color #7A5BDC: hue angle of 254.42º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A5BDC is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 91 | 220 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.14 |
| HSL | 254.42º | 0.65% | 0.61% | - |
| HSV(B) | 254.42º | 0.59% | 0.86% | - |
| XYZ | 24.69 | 16.79 | 69.65 | - |
| YUV | 114.98 | 187.27 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 91 | 220 | 0.45 | 0.59 | 0 | 0.14 | 254.42 | 0.65 | 0.61 |
| Hex | 7A | 5B | DC | 2D | 3B | 0 | E | FE | 41 | 3D |
| Octal | 172 | 133 | 334 | 55 | 73 | 0 | 16 | 376 | 101 | 75 |
| Binary | 1111010 | 1011011 | 11011100 | 101101 | 111011 | 0 | 1110 | 11111110 | 1000001 | 111101 |
Color Harmonies of #7A5BDC
Complementary color
Monochromatic Colors of #7A5BDC
Black with #7A5BDC
Text Example
Text Example
White with #7A5BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5BDC; }
p { color: rgb(122,91,220); }
H1.HeaderClassName
{
color: #7A5BDC;
}
.AnyTagClassName
{
color: #7A5BDC;
}
</style>
background-color css
<style>
a { background-color: #7A5BDC; }
a { background-color: rgb(122,91,220); }
div.DivClassName
{
background-color: #7A5BDC;
}
.BgClassName
{
background-color: #7A5BDC;
}
</style>
border-color css
<style>
span { border-color: #7A5BDC; }
span { border-color: rgb(122,91,220); }
td.TdClassName
{
border-color: #7A5BDC;
}
.TagClassName
{
border-color: #7A5BDC;
}
</style>