Shades of Moody Blue #7A7BDA
Tints of Moody Blue #7A7BDA
RGB
CMYK
RGB Variations
Color information
#7A7BDA (or 0x7A7BDA) is known color: Moody Blue. HEX triplet: 7A, 7B and DA. RGB value is (122,123,218). Sum of RGB (Red+Green+Blue) = 122+123+218=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A7BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7BDA is #858425. Grayscale: #858585. Windows color (decimal): -8750118 or 14318458. OLE color: 14318458.
HSL color Cylindrical-coordinate representation of color #7A7BDA: hue angle of 239.38º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A7BDA is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 123 | 218 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.15 |
| HSL | 239.38º | 0.56% | 0.67% | - |
| HSV(B) | 239.38º | 0.44% | 0.85% | - |
| XYZ | 27.76 | 23.37 | 69.38 | - |
| YUV | 133.53 | 175.67 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 123 | 218 | 0.44 | 0.44 | 0 | 0.15 | 239.38 | 0.56 | 0.67 |
| Hex | 7A | 7B | DA | 2C | 2C | 0 | F | EF | 38 | 43 |
| Octal | 172 | 173 | 332 | 54 | 54 | 0 | 17 | 357 | 70 | 103 |
| Binary | 1111010 | 1111011 | 11011010 | 101100 | 101100 | 0 | 1111 | 11101111 | 111000 | 1000011 |
Color Harmonies of #7A7BDA
Complementary color
Monochromatic Colors of #7A7BDA
Black with #7A7BDA
Text Example
Text Example
White with #7A7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7BDA; }
p { color: rgb(122,123,218); }
H1.HeaderClassName
{
color: #7A7BDA;
}
.AnyTagClassName
{
color: #7A7BDA;
}
</style>
background-color css
<style>
a { background-color: #7A7BDA; }
a { background-color: rgb(122,123,218); }
div.DivClassName
{
background-color: #7A7BDA;
}
.BgClassName
{
background-color: #7A7BDA;
}
</style>
border-color css
<style>
span { border-color: #7A7BDA; }
span { border-color: rgb(122,123,218); }
td.TdClassName
{
border-color: #7A7BDA;
}
.TagClassName
{
border-color: #7A7BDA;
}
</style>