Shades of Moody Blue #7C7FDA
Tints of Moody Blue #7C7FDA
RGB
CMYK
RGB Variations
Color information
#7C7FDA (or 0x7C7FDA) is known color: Moody Blue. HEX triplet: 7C, 7F and DA. RGB value is (124,127,218). Sum of RGB (Red+Green+Blue) = 124+127+218=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #7C7FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7FDA is #838025. Grayscale: #888888. Windows color (decimal): -8618022 or 14319484. OLE color: 14319484.
HSL color Cylindrical-coordinate representation of color #7C7FDA: hue angle of 238.09º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C7FDA is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 127 | 218 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.15 |
| HSL | 238.09º | 0.56% | 0.67% | - |
| HSV(B) | 238.09º | 0.43% | 0.85% | - |
| XYZ | 28.56 | 24.53 | 69.56 | - |
| YUV | 136.48 | 174.01 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 127 | 218 | 0.43 | 0.42 | 0 | 0.15 | 238.09 | 0.56 | 0.67 |
| Hex | 7C | 7F | DA | 2B | 2A | 0 | F | EE | 38 | 43 |
| Octal | 174 | 177 | 332 | 53 | 52 | 0 | 17 | 356 | 70 | 103 |
| Binary | 1111100 | 1111111 | 11011010 | 101011 | 101010 | 0 | 1111 | 11101110 | 111000 | 1000011 |
Color Harmonies of #7C7FDA
Complementary color
Monochromatic Colors of #7C7FDA
Black with #7C7FDA
Text Example
Text Example
White with #7C7FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7FDA; }
p { color: rgb(124,127,218); }
H1.HeaderClassName
{
color: #7C7FDA;
}
.AnyTagClassName
{
color: #7C7FDA;
}
</style>
background-color css
<style>
a { background-color: #7C7FDA; }
a { background-color: rgb(124,127,218); }
div.DivClassName
{
background-color: #7C7FDA;
}
.BgClassName
{
background-color: #7C7FDA;
}
</style>
border-color css
<style>
span { border-color: #7C7FDA; }
span { border-color: rgb(124,127,218); }
td.TdClassName
{
border-color: #7C7FDA;
}
.TagClassName
{
border-color: #7C7FDA;
}
</style>