Shades of Moody Blue #707BCE
Tints of Moody Blue #707BCE
RGB
CMYK
RGB Variations
Color information
#707BCE (or 0x707BCE) is known color: Moody Blue. HEX triplet: 70, 7B and CE. RGB value is (112,123,206). Sum of RGB (Red+Green+Blue) = 112+123+206=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #707BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707BCE is #8F8431. Grayscale: #808080. Windows color (decimal): -9405490 or 13532016. OLE color: 13532016.
HSL color Cylindrical-coordinate representation of color #707BCE: hue angle of 232.98º 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 #707BCE is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 123 | 206 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.19 |
| HSL | 232.98º | 0.49% | 0.62% | - |
| HSV(B) | 232.98º | 0.46% | 0.81% | - |
| XYZ | 24.91 | 22.07 | 61.34 | - |
| YUV | 129.17 | 171.36 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 206 | 0.46 | 0.40 | 0 | 0.19 | 232.98 | 0.49 | 0.62 |
| Hex | 70 | 7B | CE | 2E | 28 | 0 | 13 | E9 | 31 | 3E |
| Octal | 160 | 173 | 316 | 56 | 50 | 0 | 23 | 351 | 61 | 76 |
| Binary | 1110000 | 1111011 | 11001110 | 101110 | 101000 | 0 | 10011 | 11101001 | 110001 | 111110 |
Color Harmonies of #707BCE
Complementary color
Monochromatic Colors of #707BCE
Black with #707BCE
Text Example
Text Example
White with #707BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707BCE; }
p { color: rgb(112,123,206); }
H1.HeaderClassName
{
color: #707BCE;
}
.AnyTagClassName
{
color: #707BCE;
}
</style>
background-color css
<style>
a { background-color: #707BCE; }
a { background-color: rgb(112,123,206); }
div.DivClassName
{
background-color: #707BCE;
}
.BgClassName
{
background-color: #707BCE;
}
</style>
border-color css
<style>
span { border-color: #707BCE; }
span { border-color: rgb(112,123,206); }
td.TdClassName
{
border-color: #707BCE;
}
.TagClassName
{
border-color: #707BCE;
}
</style>