Shades of Moody Blue #7274CC
Tints of Moody Blue #7274CC
RGB
CMYK
RGB Variations
Color information
#7274CC (or 0x7274CC) is known color: Moody Blue. HEX triplet: 72, 74 and CC. RGB value is (114,116,204). Sum of RGB (Red+Green+Blue) = 114+116+204=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #7274CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7274CC is #8D8B33. Grayscale: #7D7D7D. Windows color (decimal): -9276212 or 13399154. OLE color: 13399154.
HSL color Cylindrical-coordinate representation of color #7274CC: hue angle of 238.67º 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 #7274CC is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 116 | 204 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.2 |
| HSL | 238.67º | 0.47% | 0.62% | - |
| HSV(B) | 238.67º | 0.44% | 0.8% | - |
| XYZ | 24.08 | 20.43 | 59.8 | - |
| YUV | 125.43 | 172.34 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 116 | 204 | 0.44 | 0.43 | 0 | 0.2 | 238.67 | 0.47 | 0.62 |
| Hex | 72 | 74 | CC | 2C | 2B | 0 | 14 | EF | 2F | 3E |
| Octal | 162 | 164 | 314 | 54 | 53 | 0 | 24 | 357 | 57 | 76 |
| Binary | 1110010 | 1110100 | 11001100 | 101100 | 101011 | 0 | 10100 | 11101111 | 101111 | 111110 |
Color Harmonies of #7274CC
Complementary color
Monochromatic Colors of #7274CC
Black with #7274CC
Text Example
Text Example
White with #7274CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7274CC; }
p { color: rgb(114,116,204); }
H1.HeaderClassName
{
color: #7274CC;
}
.AnyTagClassName
{
color: #7274CC;
}
</style>
background-color css
<style>
a { background-color: #7274CC; }
a { background-color: rgb(114,116,204); }
div.DivClassName
{
background-color: #7274CC;
}
.BgClassName
{
background-color: #7274CC;
}
</style>
border-color css
<style>
span { border-color: #7274CC; }
span { border-color: rgb(114,116,204); }
td.TdClassName
{
border-color: #7274CC;
}
.TagClassName
{
border-color: #7274CC;
}
</style>