Shades of Moody Blue #7D83CB
Tints of Moody Blue #7D83CB
RGB
CMYK
RGB Variations
Color information
#7D83CB (or 0x7D83CB) is known color: Moody Blue. HEX triplet: 7D, 83 and CB. RGB value is (125,131,203). Sum of RGB (Red+Green+Blue) = 125+131+203=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D83CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D83CB is #827C34. Grayscale: #898989. Windows color (decimal): -8551477 or 13337469. OLE color: 13337469.
HSL color Cylindrical-coordinate representation of color #7D83CB: hue angle of 235.38º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D83CB is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 131 | 203 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.20 |
| HSL | 235.38º | 0.43% | 0.64% | - |
| HSV(B) | 235.38º | 0.38% | 0.8% | - |
| XYZ | 27.35 | 24.9 | 59.87 | - |
| YUV | 137.41 | 165.01 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 131 | 203 | 0.38 | 0.35 | 0 | 0.20 | 235.38 | 0.43 | 0.64 |
| Hex | 7D | 83 | CB | 26 | 23 | 0 | 14 | EB | 2B | 40 |
| Octal | 175 | 203 | 313 | 46 | 43 | 0 | 24 | 353 | 53 | 100 |
| Binary | 1111101 | 10000011 | 11001011 | 100110 | 100011 | 0 | 10100 | 11101011 | 101011 | 1000000 |
Color Harmonies of #7D83CB
Complementary color
Monochromatic Colors of #7D83CB
Black with #7D83CB
Text Example
Text Example
White with #7D83CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D83CB; }
p { color: rgb(125,131,203); }
H1.HeaderClassName
{
color: #7D83CB;
}
.AnyTagClassName
{
color: #7D83CB;
}
</style>
background-color css
<style>
a { background-color: #7D83CB; }
a { background-color: rgb(125,131,203); }
div.DivClassName
{
background-color: #7D83CB;
}
.BgClassName
{
background-color: #7D83CB;
}
</style>
border-color css
<style>
span { border-color: #7D83CB; }
span { border-color: rgb(125,131,203); }
td.TdClassName
{
border-color: #7D83CB;
}
.TagClassName
{
border-color: #7D83CB;
}
</style>