Shades of Moody Blue #7D7DBF
Tints of Moody Blue #7D7DBF
RGB
CMYK
RGB Variations
Color information
#7D7DBF (or 0x7D7DBF) is known color: Moody Blue. HEX triplet: 7D, 7D and BF. RGB value is (125,125,191). Sum of RGB (Red+Green+Blue) = 125+125+191=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D7DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7DBF is #828240. Grayscale: #848484. Windows color (decimal): -8553025 or 12549501. OLE color: 12549501.
HSL color Cylindrical-coordinate representation of color #7D7DBF: hue angle of 240º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D7DBF is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 125 | 125 | 191 | - |
CMYK | 0.35 | 0.35 | 0 | 0.25 |
HSL | 240º | 0.34% | 0.62% | - |
HSV(B) | 240º | 0.35% | 0.75% | - |
XYZ | 25.2 | 22.79 | 52.36 | - |
YUV | 132.52 | 161 | 122.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 125 | 191 | 0.35 | 0.35 | 0 | 0.25 | 240 | 0.34 | 0.62 |
Hex | 7D | 7D | BF | 23 | 23 | 0 | 19 | F0 | 22 | 3E |
Octal | 175 | 175 | 277 | 43 | 43 | 0 | 31 | 360 | 42 | 76 |
Binary | 1111101 | 1111101 | 10111111 | 100011 | 100011 | 0 | 11001 | 11110000 | 100010 | 111110 |
Color Harmonies of #7D7DBF
Complementary color
Monochromatic Colors of #7D7DBF
Black with #7D7DBF
Text Example
Text Example
White with #7D7DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7DBF; }
p { color: rgb(125,125,191); }
H1.HeaderClassName
{
color: #7D7DBF;
}
.AnyTagClassName
{
color: #7D7DBF;
}
</style>
background-color css
<style>
a { background-color: #7D7DBF; }
a { background-color: rgb(125,125,191); }
div.DivClassName
{
background-color: #7D7DBF;
}
.BgClassName
{
background-color: #7D7DBF;
}
</style>
border-color css
<style>
span { border-color: #7D7DBF; }
span { border-color: rgb(125,125,191); }
td.TdClassName
{
border-color: #7D7DBF;
}
.TagClassName
{
border-color: #7D7DBF;
}
</style>