Shades of Moody Blue #7270CD
Tints of Moody Blue #7270CD
RGB
CMYK
RGB Variations
Color information
#7270CD (or 0x7270CD) is known color: Moody Blue. HEX triplet: 72, 70 and CD. RGB value is (114,112,205). Sum of RGB (Red+Green+Blue) = 114+112+205=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #7270CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7270CD is #8D8F32. Grayscale: #7A7A7A. Windows color (decimal): -9277235 or 13463666. OLE color: 13463666.
HSL color Cylindrical-coordinate representation of color #7270CD: hue angle of 241.29º degrees, saturation: 0.48, 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 #7270CD is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 112 | 205 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.20 |
| HSL | 241.29º | 0.48% | 0.62% | - |
| HSV(B) | 241.29º | 0.45% | 0.8% | - |
| XYZ | 23.75 | 19.57 | 60.28 | - |
| YUV | 123.2 | 174.16 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 205 | 0.44 | 0.45 | 0 | 0.20 | 241.29 | 0.48 | 0.62 |
| Hex | 72 | 70 | CD | 2C | 2D | 0 | 14 | F1 | 30 | 3E |
| Octal | 162 | 160 | 315 | 54 | 55 | 0 | 24 | 361 | 60 | 76 |
| Binary | 1110010 | 1110000 | 11001101 | 101100 | 101101 | 0 | 10100 | 11110001 | 110000 | 111110 |
Color Harmonies of #7270CD
Complementary color
Monochromatic Colors of #7270CD
Black with #7270CD
Text Example
Text Example
White with #7270CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7270CD; }
p { color: rgb(114,112,205); }
H1.HeaderClassName
{
color: #7270CD;
}
.AnyTagClassName
{
color: #7270CD;
}
</style>
background-color css
<style>
a { background-color: #7270CD; }
a { background-color: rgb(114,112,205); }
div.DivClassName
{
background-color: #7270CD;
}
.BgClassName
{
background-color: #7270CD;
}
</style>
border-color css
<style>
span { border-color: #7270CD; }
span { border-color: rgb(114,112,205); }
td.TdClassName
{
border-color: #7270CD;
}
.TagClassName
{
border-color: #7270CD;
}
</style>