Shades of Moody Blue #7673CB
Tints of Moody Blue #7673CB
RGB
CMYK
RGB Variations
Color information
#7673CB (or 0x7673CB) is known color: Moody Blue. HEX triplet: 76, 73 and CB. RGB value is (118,115,203). Sum of RGB (Red+Green+Blue) = 118+115+203=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #7673CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7673CB is #898C34. Grayscale: #7D7D7D. Windows color (decimal): -9014325 or 13333366. OLE color: 13333366.
HSL color Cylindrical-coordinate representation of color #7673CB: hue angle of 242.05º 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 #7673CB is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 115 | 203 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.20 |
| HSL | 242.05º | 0.46% | 0.62% | - |
| HSV(B) | 242.05º | 0.43% | 0.8% | - |
| XYZ | 24.38 | 20.42 | 59.16 | - |
| YUV | 125.93 | 171.49 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 203 | 0.42 | 0.43 | 0 | 0.20 | 242.05 | 0.46 | 0.62 |
| Hex | 76 | 73 | CB | 2A | 2B | 0 | 14 | F2 | 2E | 3E |
| Octal | 166 | 163 | 313 | 52 | 53 | 0 | 24 | 362 | 56 | 76 |
| Binary | 1110110 | 1110011 | 11001011 | 101010 | 101011 | 0 | 10100 | 11110010 | 101110 | 111110 |
Color Harmonies of #7673CB
Complementary color
Monochromatic Colors of #7673CB
Black with #7673CB
Text Example
Text Example
White with #7673CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7673CB; }
p { color: rgb(118,115,203); }
H1.HeaderClassName
{
color: #7673CB;
}
.AnyTagClassName
{
color: #7673CB;
}
</style>
background-color css
<style>
a { background-color: #7673CB; }
a { background-color: rgb(118,115,203); }
div.DivClassName
{
background-color: #7673CB;
}
.BgClassName
{
background-color: #7673CB;
}
</style>
border-color css
<style>
span { border-color: #7673CB; }
span { border-color: rgb(118,115,203); }
td.TdClassName
{
border-color: #7673CB;
}
.TagClassName
{
border-color: #7673CB;
}
</style>