Shades of Moody Blue #7271C6
Tints of Moody Blue #7271C6
RGB
CMYK
RGB Variations
Color information
#7271C6 (or 0x7271C6) is known color: Moody Blue. HEX triplet: 72, 71 and C6. RGB value is (114,113,198). Sum of RGB (Red+Green+Blue) = 114+113+198=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 198 (77.73% from 255 or 46.59% from 425); Max value from RGB is 198 - color contains mainly: blue. Hex color #7271C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7271C6 is #8D8E39. Grayscale: #7A7A7A. Windows color (decimal): -9276986 or 13005170. OLE color: 13005170.
HSL color Cylindrical-coordinate representation of color #7271C6: hue angle of 240.71º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7271C6 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 113 | 198 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.22 |
| HSL | 240.71º | 0.43% | 0.61% | - |
| HSV(B) | 240.71º | 0.43% | 0.78% | - |
| XYZ | 23.04 | 19.46 | 55.97 | - |
| YUV | 122.99 | 170.33 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 113 | 198 | 0.42 | 0.43 | 0 | 0.22 | 240.71 | 0.43 | 0.61 |
| Hex | 72 | 71 | C6 | 2A | 2B | 0 | 16 | F1 | 2B | 3D |
| Octal | 162 | 161 | 306 | 52 | 53 | 0 | 26 | 361 | 53 | 75 |
| Binary | 1110010 | 1110001 | 11000110 | 101010 | 101011 | 0 | 10110 | 11110001 | 101011 | 111101 |
Color Harmonies of #7271C6
Complementary color
Monochromatic Colors of #7271C6
Black with #7271C6
Text Example
Text Example
White with #7271C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7271C6; }
p { color: rgb(114,113,198); }
H1.HeaderClassName
{
color: #7271C6;
}
.AnyTagClassName
{
color: #7271C6;
}
</style>
background-color css
<style>
a { background-color: #7271C6; }
a { background-color: rgb(114,113,198); }
div.DivClassName
{
background-color: #7271C6;
}
.BgClassName
{
background-color: #7271C6;
}
</style>
border-color css
<style>
span { border-color: #7271C6; }
span { border-color: rgb(114,113,198); }
td.TdClassName
{
border-color: #7271C6;
}
.TagClassName
{
border-color: #7271C6;
}
</style>