Shades of Moody Blue #7C69CE
Tints of Moody Blue #7C69CE
RGB
CMYK
RGB Variations
Color information
#7C69CE (or 0x7C69CE) is known color: Moody Blue. HEX triplet: 7C, 69 and CE. RGB value is (124,105,206). Sum of RGB (Red+Green+Blue) = 124+105+206=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C69CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C69CE is #839631. Grayscale: #797979. Windows color (decimal): -8623666 or 13527420. OLE color: 13527420.
HSL color Cylindrical-coordinate representation of color #7C69CE: hue angle of 251.29º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C69CE is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 105 | 206 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.19 |
| HSL | 251.29º | 0.51% | 0.61% | - |
| HSV(B) | 251.29º | 0.49% | 0.81% | - |
| XYZ | 24.5 | 18.84 | 60.74 | - |
| YUV | 122.2 | 175.29 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 105 | 206 | 0.40 | 0.49 | 0 | 0.19 | 251.29 | 0.51 | 0.61 |
| Hex | 7C | 69 | CE | 28 | 31 | 0 | 13 | FB | 33 | 3D |
| Octal | 174 | 151 | 316 | 50 | 61 | 0 | 23 | 373 | 63 | 75 |
| Binary | 1111100 | 1101001 | 11001110 | 101000 | 110001 | 0 | 10011 | 11111011 | 110011 | 111101 |
Color Harmonies of #7C69CE
Complementary color
Monochromatic Colors of #7C69CE
Black with #7C69CE
Text Example
Text Example
White with #7C69CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C69CE; }
p { color: rgb(124,105,206); }
H1.HeaderClassName
{
color: #7C69CE;
}
.AnyTagClassName
{
color: #7C69CE;
}
</style>
background-color css
<style>
a { background-color: #7C69CE; }
a { background-color: rgb(124,105,206); }
div.DivClassName
{
background-color: #7C69CE;
}
.BgClassName
{
background-color: #7C69CE;
}
</style>
border-color css
<style>
span { border-color: #7C69CE; }
span { border-color: rgb(124,105,206); }
td.TdClassName
{
border-color: #7C69CE;
}
.TagClassName
{
border-color: #7C69CE;
}
</style>