Shades of Moody Blue #7A69CF
Tints of Moody Blue #7A69CF
RGB
CMYK
RGB Variations
Color information
#7A69CF (or 0x7A69CF) is known color: Moody Blue. HEX triplet: 7A, 69 and CF. RGB value is (122,105,207). Sum of RGB (Red+Green+Blue) = 122+105+207=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A69CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A69CF is #859630. Grayscale: #797979. Windows color (decimal): -8754737 or 13592954. OLE color: 13592954.
HSL color Cylindrical-coordinate representation of color #7A69CF: hue angle of 250º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A69CF is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 105 | 207 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.19 |
| HSL | 250º | 0.52% | 0.61% | - |
| HSV(B) | 250º | 0.49% | 0.81% | - |
| XYZ | 24.34 | 18.75 | 61.37 | - |
| YUV | 121.71 | 176.13 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 207 | 0.41 | 0.49 | 0 | 0.19 | 250 | 0.52 | 0.61 |
| Hex | 7A | 69 | CF | 29 | 31 | 0 | 13 | FA | 34 | 3D |
| Octal | 172 | 151 | 317 | 51 | 61 | 0 | 23 | 372 | 64 | 75 |
| Binary | 1111010 | 1101001 | 11001111 | 101001 | 110001 | 0 | 10011 | 11111010 | 110100 | 111101 |
Color Harmonies of #7A69CF
Complementary color
Monochromatic Colors of #7A69CF
Black with #7A69CF
Text Example
Text Example
White with #7A69CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A69CF; }
p { color: rgb(122,105,207); }
H1.HeaderClassName
{
color: #7A69CF;
}
.AnyTagClassName
{
color: #7A69CF;
}
</style>
background-color css
<style>
a { background-color: #7A69CF; }
a { background-color: rgb(122,105,207); }
div.DivClassName
{
background-color: #7A69CF;
}
.BgClassName
{
background-color: #7A69CF;
}
</style>
border-color css
<style>
span { border-color: #7A69CF; }
span { border-color: rgb(122,105,207); }
td.TdClassName
{
border-color: #7A69CF;
}
.TagClassName
{
border-color: #7A69CF;
}
</style>