Shades of Moody Blue #7C69BC
Tints of Moody Blue #7C69BC
RGB
CMYK
RGB Variations
Color information
#7C69BC (or 0x7C69BC) is known color: Moody Blue. HEX triplet: 7C, 69 and BC. RGB value is (124,105,188). Sum of RGB (Red+Green+Blue) = 124+105+188=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C69BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C69BC is #839643. Grayscale: #777777. Windows color (decimal): -8623684 or 12347772. OLE color: 12347772.
HSL color Cylindrical-coordinate representation of color #7C69BC: hue angle of 253.73º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C69BC is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 105 | 188 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.26 |
| HSL | 253.73º | 0.38% | 0.57% | - |
| HSV(B) | 253.73º | 0.44% | 0.74% | - |
| XYZ | 22.44 | 18.02 | 49.87 | - |
| YUV | 120.14 | 166.29 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 105 | 188 | 0.34 | 0.44 | 0 | 0.26 | 253.73 | 0.38 | 0.57 |
| Hex | 7C | 69 | BC | 22 | 2C | 0 | 1A | FE | 26 | 39 |
| Octal | 174 | 151 | 274 | 42 | 54 | 0 | 32 | 376 | 46 | 71 |
| Binary | 1111100 | 1101001 | 10111100 | 100010 | 101100 | 0 | 11010 | 11111110 | 100110 | 111001 |
Color Harmonies of #7C69BC
Complementary color
Monochromatic Colors of #7C69BC
Black with #7C69BC
Text Example
Text Example
White with #7C69BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C69BC; }
p { color: rgb(124,105,188); }
H1.HeaderClassName
{
color: #7C69BC;
}
.AnyTagClassName
{
color: #7C69BC;
}
</style>
background-color css
<style>
a { background-color: #7C69BC; }
a { background-color: rgb(124,105,188); }
div.DivClassName
{
background-color: #7C69BC;
}
.BgClassName
{
background-color: #7C69BC;
}
</style>
border-color css
<style>
span { border-color: #7C69BC; }
span { border-color: rgb(124,105,188); }
td.TdClassName
{
border-color: #7C69BC;
}
.TagClassName
{
border-color: #7C69BC;
}
</style>