Shades of Moody Blue #7072CA
Tints of Moody Blue #7072CA
RGB
CMYK
RGB Variations
Color information
#7072CA (or 0x7072CA) is known color: Moody Blue. HEX triplet: 70, 72 and CA. RGB value is (112,114,202). Sum of RGB (Red+Green+Blue) = 112+114+202=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #7072CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7072CA is #8F8D35. Grayscale: #7B7B7B. Windows color (decimal): -9407798 or 13267568. OLE color: 13267568.
HSL color Cylindrical-coordinate representation of color #7072CA: hue angle of 238.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7072CA is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 114 | 202 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.21 |
| HSL | 238.67º | 0.46% | 0.62% | - |
| HSV(B) | 238.67º | 0.45% | 0.79% | - |
| XYZ | 23.36 | 19.74 | 58.46 | - |
| YUV | 123.43 | 172.34 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 202 | 0.45 | 0.44 | 0 | 0.21 | 238.67 | 0.46 | 0.62 |
| Hex | 70 | 72 | CA | 2D | 2C | 0 | 15 | EF | 2E | 3E |
| Octal | 160 | 162 | 312 | 55 | 54 | 0 | 25 | 357 | 56 | 76 |
| Binary | 1110000 | 1110010 | 11001010 | 101101 | 101100 | 0 | 10101 | 11101111 | 101110 | 111110 |
Color Harmonies of #7072CA
Complementary color
Monochromatic Colors of #7072CA
Black with #7072CA
Text Example
Text Example
White with #7072CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7072CA; }
p { color: rgb(112,114,202); }
H1.HeaderClassName
{
color: #7072CA;
}
.AnyTagClassName
{
color: #7072CA;
}
</style>
background-color css
<style>
a { background-color: #7072CA; }
a { background-color: rgb(112,114,202); }
div.DivClassName
{
background-color: #7072CA;
}
.BgClassName
{
background-color: #7072CA;
}
</style>
border-color css
<style>
span { border-color: #7072CA; }
span { border-color: rgb(112,114,202); }
td.TdClassName
{
border-color: #7072CA;
}
.TagClassName
{
border-color: #7072CA;
}
</style>