Shades of Moody Blue #7279CB
Tints of Moody Blue #7279CB
RGB
CMYK
RGB Variations
Color information
#7279CB (or 0x7279CB) is known color: Moody Blue. HEX triplet: 72, 79 and CB. RGB value is (114,121,203). Sum of RGB (Red+Green+Blue) = 114+121+203=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #7279CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7279CB is #8D8634. Grayscale: #7F7F7F. Windows color (decimal): -9274933 or 13334898. OLE color: 13334898.
HSL color Cylindrical-coordinate representation of color #7279CB: hue angle of 235.28º degrees, saturation: 0.46, 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 #7279CB is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 121 | 203 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.20 |
| HSL | 235.28º | 0.46% | 0.62% | - |
| HSV(B) | 235.28º | 0.44% | 0.8% | - |
| XYZ | 24.56 | 21.56 | 59.37 | - |
| YUV | 128.26 | 170.18 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 121 | 203 | 0.44 | 0.40 | 0 | 0.20 | 235.28 | 0.46 | 0.62 |
| Hex | 72 | 79 | CB | 2C | 28 | 0 | 14 | EB | 2E | 3E |
| Octal | 162 | 171 | 313 | 54 | 50 | 0 | 24 | 353 | 56 | 76 |
| Binary | 1110010 | 1111001 | 11001011 | 101100 | 101000 | 0 | 10100 | 11101011 | 101110 | 111110 |
Color Harmonies of #7279CB
Complementary color
Monochromatic Colors of #7279CB
Black with #7279CB
Text Example
Text Example
White with #7279CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7279CB; }
p { color: rgb(114,121,203); }
H1.HeaderClassName
{
color: #7279CB;
}
.AnyTagClassName
{
color: #7279CB;
}
</style>
background-color css
<style>
a { background-color: #7279CB; }
a { background-color: rgb(114,121,203); }
div.DivClassName
{
background-color: #7279CB;
}
.BgClassName
{
background-color: #7279CB;
}
</style>
border-color css
<style>
span { border-color: #7279CB; }
span { border-color: rgb(114,121,203); }
td.TdClassName
{
border-color: #7279CB;
}
.TagClassName
{
border-color: #7279CB;
}
</style>