Shades of Moody Blue #7D7FC8
Tints of Moody Blue #7D7FC8
RGB
CMYK
RGB Variations
Color information
#7D7FC8 (or 0x7D7FC8) is known color: Moody Blue. HEX triplet: 7D, 7F and C8. RGB value is (125,127,200). Sum of RGB (Red+Green+Blue) = 125+127+200=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 200 - color contains mainly: blue. Hex color #7D7FC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7FC8 is #828037. Grayscale: #868686. Windows color (decimal): -8552504 or 13139837. OLE color: 13139837.
HSL color Cylindrical-coordinate representation of color #7D7FC8: hue angle of 238.4º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D7FC8 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 127 | 200 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.22 |
| HSL | 238.4º | 0.41% | 0.64% | - |
| HSV(B) | 238.4º | 0.38% | 0.78% | - |
| XYZ | 26.47 | 23.71 | 57.82 | - |
| YUV | 134.72 | 164.84 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 127 | 200 | 0.38 | 0.36 | 0 | 0.22 | 238.4 | 0.41 | 0.64 |
| Hex | 7D | 7F | C8 | 26 | 24 | 0 | 16 | EE | 29 | 40 |
| Octal | 175 | 177 | 310 | 46 | 44 | 0 | 26 | 356 | 51 | 100 |
| Binary | 1111101 | 1111111 | 11001000 | 100110 | 100100 | 0 | 10110 | 11101110 | 101001 | 1000000 |
Color Harmonies of #7D7FC8
Complementary color
Monochromatic Colors of #7D7FC8
Black with #7D7FC8
Text Example
Text Example
White with #7D7FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7FC8; }
p { color: rgb(125,127,200); }
H1.HeaderClassName
{
color: #7D7FC8;
}
.AnyTagClassName
{
color: #7D7FC8;
}
</style>
background-color css
<style>
a { background-color: #7D7FC8; }
a { background-color: rgb(125,127,200); }
div.DivClassName
{
background-color: #7D7FC8;
}
.BgClassName
{
background-color: #7D7FC8;
}
</style>
border-color css
<style>
span { border-color: #7D7FC8; }
span { border-color: rgb(125,127,200); }
td.TdClassName
{
border-color: #7D7FC8;
}
.TagClassName
{
border-color: #7D7FC8;
}
</style>