Shades of Slate Blue #7A51DB
Tints of Slate Blue #7A51DB
RGB
CMYK
RGB Variations
Color information
#7A51DB (or 0x7A51DB) is known color: Slate Blue. HEX triplet: 7A, 51 and DB. RGB value is (122,81,219). Sum of RGB (Red+Green+Blue) = 122+81+219=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A51DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A51DB is #85AE24. Grayscale: #6C6C6C. Windows color (decimal): -8760869 or 14373242. OLE color: 14373242.
HSL color Cylindrical-coordinate representation of color #7A51DB: hue angle of 257.83º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A51DB is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 81 | 219 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.14 |
| HSL | 257.83º | 0.66% | 0.59% | - |
| HSV(B) | 257.83º | 0.63% | 0.86% | - |
| XYZ | 23.75 | 15.14 | 68.69 | - |
| YUV | 108.99 | 190.08 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 81 | 219 | 0.44 | 0.63 | 0 | 0.14 | 257.83 | 0.66 | 0.59 |
| Hex | 7A | 51 | DB | 2C | 3F | 0 | E | 102 | 42 | 3B |
| Octal | 172 | 121 | 333 | 54 | 77 | 0 | 16 | 402 | 102 | 73 |
| Binary | 1111010 | 1010001 | 11011011 | 101100 | 111111 | 0 | 1110 | 100000010 | 1000010 | 111011 |
Color Harmonies of #7A51DB
Complementary color
Monochromatic Colors of #7A51DB
Black with #7A51DB
Text Example
Text Example
White with #7A51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A51DB; }
p { color: rgb(122,81,219); }
H1.HeaderClassName
{
color: #7A51DB;
}
.AnyTagClassName
{
color: #7A51DB;
}
</style>
background-color css
<style>
a { background-color: #7A51DB; }
a { background-color: rgb(122,81,219); }
div.DivClassName
{
background-color: #7A51DB;
}
.BgClassName
{
background-color: #7A51DB;
}
</style>
border-color css
<style>
span { border-color: #7A51DB; }
span { border-color: rgb(122,81,219); }
td.TdClassName
{
border-color: #7A51DB;
}
.TagClassName
{
border-color: #7A51DB;
}
</style>