Shades of Moody Blue #707ACE
Tints of Moody Blue #707ACE
RGB
CMYK
RGB Variations
Color information
#707ACE (or 0x707ACE) is known color: Moody Blue. HEX triplet: 70, 7A and CE. RGB value is (112,122,206). Sum of RGB (Red+Green+Blue) = 112+122+206=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #707ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707ACE is #8F8531. Grayscale: #808080. Windows color (decimal): -9405746 or 13531760. OLE color: 13531760.
HSL color Cylindrical-coordinate representation of color #707ACE: hue angle of 233.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #707ACE is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 122 | 206 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.19 |
| HSL | 233.62º | 0.49% | 0.62% | - |
| HSV(B) | 233.62º | 0.46% | 0.81% | - |
| XYZ | 24.78 | 21.82 | 61.3 | - |
| YUV | 128.59 | 171.69 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 206 | 0.46 | 0.41 | 0 | 0.19 | 233.62 | 0.49 | 0.62 |
| Hex | 70 | 7A | CE | 2E | 29 | 0 | 13 | EA | 31 | 3E |
| Octal | 160 | 172 | 316 | 56 | 51 | 0 | 23 | 352 | 61 | 76 |
| Binary | 1110000 | 1111010 | 11001110 | 101110 | 101001 | 0 | 10011 | 11101010 | 110001 | 111110 |
Color Harmonies of #707ACE
Complementary color
Monochromatic Colors of #707ACE
Black with #707ACE
Text Example
Text Example
White with #707ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707ACE; }
p { color: rgb(112,122,206); }
H1.HeaderClassName
{
color: #707ACE;
}
.AnyTagClassName
{
color: #707ACE;
}
</style>
background-color css
<style>
a { background-color: #707ACE; }
a { background-color: rgb(112,122,206); }
div.DivClassName
{
background-color: #707ACE;
}
.BgClassName
{
background-color: #707ACE;
}
</style>
border-color css
<style>
span { border-color: #707ACE; }
span { border-color: rgb(112,122,206); }
td.TdClassName
{
border-color: #707ACE;
}
.TagClassName
{
border-color: #707ACE;
}
</style>