Shades of Moody Blue #7279CC
Tints of Moody Blue #7279CC
RGB
CMYK
RGB Variations
Color information
#7279CC (or 0x7279CC) is known color: Moody Blue. HEX triplet: 72, 79 and CC. RGB value is (114,121,204). Sum of RGB (Red+Green+Blue) = 114+121+204=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #7279CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7279CC is #8D8633. Grayscale: #808080. Windows color (decimal): -9274932 or 13400434. OLE color: 13400434.
HSL color Cylindrical-coordinate representation of color #7279CC: hue angle of 235.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7279CC is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 121 | 204 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.2 |
| HSL | 235.33º | 0.47% | 0.62% | - |
| HSV(B) | 235.33º | 0.44% | 0.8% | - |
| XYZ | 24.68 | 21.61 | 60 | - |
| YUV | 128.37 | 170.68 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 121 | 204 | 0.44 | 0.41 | 0 | 0.2 | 235.33 | 0.47 | 0.62 |
| Hex | 72 | 79 | CC | 2C | 29 | 0 | 14 | EB | 2F | 3E |
| Octal | 162 | 171 | 314 | 54 | 51 | 0 | 24 | 353 | 57 | 76 |
| Binary | 1110010 | 1111001 | 11001100 | 101100 | 101001 | 0 | 10100 | 11101011 | 101111 | 111110 |
Color Harmonies of #7279CC
Complementary color
Monochromatic Colors of #7279CC
Black with #7279CC
Text Example
Text Example
White with #7279CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7279CC; }
p { color: rgb(114,121,204); }
H1.HeaderClassName
{
color: #7279CC;
}
.AnyTagClassName
{
color: #7279CC;
}
</style>
background-color css
<style>
a { background-color: #7279CC; }
a { background-color: rgb(114,121,204); }
div.DivClassName
{
background-color: #7279CC;
}
.BgClassName
{
background-color: #7279CC;
}
</style>
border-color css
<style>
span { border-color: #7279CC; }
span { border-color: rgb(114,121,204); }
td.TdClassName
{
border-color: #7279CC;
}
.TagClassName
{
border-color: #7279CC;
}
</style>