Shades of Moody Blue #7279CE
Tints of Moody Blue #7279CE
RGB
CMYK
RGB Variations
Color information
#7279CE (or 0x7279CE) is known color: Moody Blue. HEX triplet: 72, 79 and CE. RGB value is (114,121,206). Sum of RGB (Red+Green+Blue) = 114+121+206=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #7279CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7279CE is #8D8631. Grayscale: #808080. Windows color (decimal): -9274930 or 13531506. OLE color: 13531506.
HSL color Cylindrical-coordinate representation of color #7279CE: hue angle of 235.43º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7279CE is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 121 | 206 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.19 |
| HSL | 235.43º | 0.48% | 0.63% | - |
| HSV(B) | 235.43º | 0.45% | 0.81% | - |
| XYZ | 24.92 | 21.71 | 61.27 | - |
| YUV | 128.6 | 171.68 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 121 | 206 | 0.45 | 0.41 | 0 | 0.19 | 235.43 | 0.48 | 0.63 |
| Hex | 72 | 79 | CE | 2D | 29 | 0 | 13 | EB | 30 | 3F |
| Octal | 162 | 171 | 316 | 55 | 51 | 0 | 23 | 353 | 60 | 77 |
| Binary | 1110010 | 1111001 | 11001110 | 101101 | 101001 | 0 | 10011 | 11101011 | 110000 | 111111 |
Color Harmonies of #7279CE
Complementary color
Monochromatic Colors of #7279CE
Black with #7279CE
Text Example
Text Example
White with #7279CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7279CE; }
p { color: rgb(114,121,206); }
H1.HeaderClassName
{
color: #7279CE;
}
.AnyTagClassName
{
color: #7279CE;
}
</style>
background-color css
<style>
a { background-color: #7279CE; }
a { background-color: rgb(114,121,206); }
div.DivClassName
{
background-color: #7279CE;
}
.BgClassName
{
background-color: #7279CE;
}
</style>
border-color css
<style>
span { border-color: #7279CE; }
span { border-color: rgb(114,121,206); }
td.TdClassName
{
border-color: #7279CE;
}
.TagClassName
{
border-color: #7279CE;
}
</style>