Shades of Moody Blue #7271CC
Tints of Moody Blue #7271CC
RGB
CMYK
RGB Variations
Color information
#7271CC (or 0x7271CC) is known color: Moody Blue. HEX triplet: 72, 71 and CC. RGB value is (114,113,204). Sum of RGB (Red+Green+Blue) = 114+113+204=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #7271CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7271CC is #8D8E33. Grayscale: #7B7B7B. Windows color (decimal): -9276980 or 13398386. OLE color: 13398386.
HSL color Cylindrical-coordinate representation of color #7271CC: hue angle of 240.66º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7271CC is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 113 | 204 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.2 |
| HSL | 240.66º | 0.47% | 0.62% | - |
| HSV(B) | 240.66º | 0.45% | 0.8% | - |
| XYZ | 23.74 | 19.75 | 59.69 | - |
| YUV | 123.67 | 173.33 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 113 | 204 | 0.44 | 0.45 | 0 | 0.2 | 240.66 | 0.47 | 0.62 |
| Hex | 72 | 71 | CC | 2C | 2D | 0 | 14 | F1 | 2F | 3E |
| Octal | 162 | 161 | 314 | 54 | 55 | 0 | 24 | 361 | 57 | 76 |
| Binary | 1110010 | 1110001 | 11001100 | 101100 | 101101 | 0 | 10100 | 11110001 | 101111 | 111110 |
Color Harmonies of #7271CC
Complementary color
Monochromatic Colors of #7271CC
Black with #7271CC
Text Example
Text Example
White with #7271CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7271CC; }
p { color: rgb(114,113,204); }
H1.HeaderClassName
{
color: #7271CC;
}
.AnyTagClassName
{
color: #7271CC;
}
</style>
background-color css
<style>
a { background-color: #7271CC; }
a { background-color: rgb(114,113,204); }
div.DivClassName
{
background-color: #7271CC;
}
.BgClassName
{
background-color: #7271CC;
}
</style>
border-color css
<style>
span { border-color: #7271CC; }
span { border-color: rgb(114,113,204); }
td.TdClassName
{
border-color: #7271CC;
}
.TagClassName
{
border-color: #7271CC;
}
</style>