Shades of Moody Blue #7D73CB
Tints of Moody Blue #7D73CB
RGB
CMYK
RGB Variations
Color information
#7D73CB (or 0x7D73CB) is known color: Moody Blue. HEX triplet: 7D, 73 and CB. RGB value is (125,115,203). Sum of RGB (Red+Green+Blue) = 125+115+203=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D73CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D73CB is #828C34. Grayscale: #7F7F7F. Windows color (decimal): -8555573 or 13333373. OLE color: 13333373.
HSL color Cylindrical-coordinate representation of color #7D73CB: hue angle of 246.82º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D73CB is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 115 | 203 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.20 |
| HSL | 246.82º | 0.46% | 0.62% | - |
| HSV(B) | 246.82º | 0.43% | 0.8% | - |
| XYZ | 25.37 | 20.93 | 59.2 | - |
| YUV | 128.02 | 170.31 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 115 | 203 | 0.38 | 0.43 | 0 | 0.20 | 246.82 | 0.46 | 0.62 |
| Hex | 7D | 73 | CB | 26 | 2B | 0 | 14 | F7 | 2E | 3E |
| Octal | 175 | 163 | 313 | 46 | 53 | 0 | 24 | 367 | 56 | 76 |
| Binary | 1111101 | 1110011 | 11001011 | 100110 | 101011 | 0 | 10100 | 11110111 | 101110 | 111110 |
Color Harmonies of #7D73CB
Complementary color
Monochromatic Colors of #7D73CB
Black with #7D73CB
Text Example
Text Example
White with #7D73CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D73CB; }
p { color: rgb(125,115,203); }
H1.HeaderClassName
{
color: #7D73CB;
}
.AnyTagClassName
{
color: #7D73CB;
}
</style>
background-color css
<style>
a { background-color: #7D73CB; }
a { background-color: rgb(125,115,203); }
div.DivClassName
{
background-color: #7D73CB;
}
.BgClassName
{
background-color: #7D73CB;
}
</style>
border-color css
<style>
span { border-color: #7D73CB; }
span { border-color: rgb(125,115,203); }
td.TdClassName
{
border-color: #7D73CB;
}
.TagClassName
{
border-color: #7D73CB;
}
</style>