Shades of Moody Blue #7A6CCB
Tints of Moody Blue #7A6CCB
RGB
CMYK
RGB Variations
Color information
#7A6CCB (or 0x7A6CCB) is known color: Moody Blue. HEX triplet: 7A, 6C and CB. RGB value is (122,108,203). Sum of RGB (Red+Green+Blue) = 122+108+203=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A6CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6CCB is #859334. Grayscale: #7A7A7A. Windows color (decimal): -8753973 or 13331578. OLE color: 13331578.
HSL color Cylindrical-coordinate representation of color #7A6CCB: hue angle of 248.84º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A6CCB is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 108 | 203 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.20 |
| HSL | 248.84º | 0.48% | 0.61% | - |
| HSV(B) | 248.84º | 0.47% | 0.8% | - |
| XYZ | 24.17 | 19.17 | 58.93 | - |
| YUV | 123.02 | 173.14 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 108 | 203 | 0.40 | 0.47 | 0 | 0.20 | 248.84 | 0.48 | 0.61 |
| Hex | 7A | 6C | CB | 28 | 2F | 0 | 14 | F9 | 30 | 3D |
| Octal | 172 | 154 | 313 | 50 | 57 | 0 | 24 | 371 | 60 | 75 |
| Binary | 1111010 | 1101100 | 11001011 | 101000 | 101111 | 0 | 10100 | 11111001 | 110000 | 111101 |
Color Harmonies of #7A6CCB
Complementary color
Monochromatic Colors of #7A6CCB
Black with #7A6CCB
Text Example
Text Example
White with #7A6CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6CCB; }
p { color: rgb(122,108,203); }
H1.HeaderClassName
{
color: #7A6CCB;
}
.AnyTagClassName
{
color: #7A6CCB;
}
</style>
background-color css
<style>
a { background-color: #7A6CCB; }
a { background-color: rgb(122,108,203); }
div.DivClassName
{
background-color: #7A6CCB;
}
.BgClassName
{
background-color: #7A6CCB;
}
</style>
border-color css
<style>
span { border-color: #7A6CCB; }
span { border-color: rgb(122,108,203); }
td.TdClassName
{
border-color: #7A6CCB;
}
.TagClassName
{
border-color: #7A6CCB;
}
</style>