Shades of Moody Blue #7A75DB
Tints of Moody Blue #7A75DB
RGB
CMYK
RGB Variations
Color information
#7A75DB (or 0x7A75DB) is known color: Moody Blue. HEX triplet: 7A, 75 and DB. RGB value is (122,117,219). Sum of RGB (Red+Green+Blue) = 122+117+219=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A75DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A75DB is #858A24. Grayscale: #818181. Windows color (decimal): -8751653 or 14382458. OLE color: 14382458.
HSL color Cylindrical-coordinate representation of color #7A75DB: hue angle of 242.94º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A75DB is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 117 | 219 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.14 |
| HSL | 242.94º | 0.59% | 0.66% | - |
| HSV(B) | 242.94º | 0.47% | 0.86% | - |
| XYZ | 27.17 | 21.97 | 69.83 | - |
| YUV | 130.12 | 178.16 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 219 | 0.44 | 0.47 | 0 | 0.14 | 242.94 | 0.59 | 0.66 |
| Hex | 7A | 75 | DB | 2C | 2F | 0 | E | F3 | 3B | 42 |
| Octal | 172 | 165 | 333 | 54 | 57 | 0 | 16 | 363 | 73 | 102 |
| Binary | 1111010 | 1110101 | 11011011 | 101100 | 101111 | 0 | 1110 | 11110011 | 111011 | 1000010 |
Color Harmonies of #7A75DB
Complementary color
Monochromatic Colors of #7A75DB
Black with #7A75DB
Text Example
Text Example
White with #7A75DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A75DB; }
p { color: rgb(122,117,219); }
H1.HeaderClassName
{
color: #7A75DB;
}
.AnyTagClassName
{
color: #7A75DB;
}
</style>
background-color css
<style>
a { background-color: #7A75DB; }
a { background-color: rgb(122,117,219); }
div.DivClassName
{
background-color: #7A75DB;
}
.BgClassName
{
background-color: #7A75DB;
}
</style>
border-color css
<style>
span { border-color: #7A75DB; }
span { border-color: rgb(122,117,219); }
td.TdClassName
{
border-color: #7A75DB;
}
.TagClassName
{
border-color: #7A75DB;
}
</style>