Shades of Moody Blue #7C80DB
Tints of Moody Blue #7C80DB
RGB
CMYK
RGB Variations
Color information
#7C80DB (or 0x7C80DB) is known color: Moody Blue. HEX triplet: 7C, 80 and DB. RGB value is (124,128,219). Sum of RGB (Red+Green+Blue) = 124+128+219=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C80DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C80DB is #837F24. Grayscale: #888888. Windows color (decimal): -8617765 or 14385276. OLE color: 14385276.
HSL color Cylindrical-coordinate representation of color #7C80DB: hue angle of 237.47º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C80DB is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 128 | 219 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.14 |
| HSL | 237.47º | 0.57% | 0.67% | - |
| HSV(B) | 237.47º | 0.43% | 0.86% | - |
| XYZ | 28.82 | 24.84 | 70.29 | - |
| YUV | 137.18 | 174.17 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 128 | 219 | 0.43 | 0.42 | 0 | 0.14 | 237.47 | 0.57 | 0.67 |
| Hex | 7C | 80 | DB | 2B | 2A | 0 | E | ED | 39 | 43 |
| Octal | 174 | 200 | 333 | 53 | 52 | 0 | 16 | 355 | 71 | 103 |
| Binary | 1111100 | 10000000 | 11011011 | 101011 | 101010 | 0 | 1110 | 11101101 | 111001 | 1000011 |
Color Harmonies of #7C80DB
Complementary color
Monochromatic Colors of #7C80DB
Black with #7C80DB
Text Example
Text Example
White with #7C80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C80DB; }
p { color: rgb(124,128,219); }
H1.HeaderClassName
{
color: #7C80DB;
}
.AnyTagClassName
{
color: #7C80DB;
}
</style>
background-color css
<style>
a { background-color: #7C80DB; }
a { background-color: rgb(124,128,219); }
div.DivClassName
{
background-color: #7C80DB;
}
.BgClassName
{
background-color: #7C80DB;
}
</style>
border-color css
<style>
span { border-color: #7C80DB; }
span { border-color: rgb(124,128,219); }
td.TdClassName
{
border-color: #7C80DB;
}
.TagClassName
{
border-color: #7C80DB;
}
</style>