Shades of Moody Blue #7673CE
Tints of Moody Blue #7673CE
RGB
CMYK
RGB Variations
Color information
#7673CE (or 0x7673CE) is known color: Moody Blue. HEX triplet: 76, 73 and CE. RGB value is (118,115,206). Sum of RGB (Red+Green+Blue) = 118+115+206=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #7673CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7673CE is #898C31. Grayscale: #7D7D7D. Windows color (decimal): -9014322 or 13529974. OLE color: 13529974.
HSL color Cylindrical-coordinate representation of color #7673CE: hue angle of 241.98º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7673CE is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 115 | 206 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.19 |
| HSL | 241.98º | 0.48% | 0.63% | - |
| HSV(B) | 241.98º | 0.44% | 0.81% | - |
| XYZ | 24.74 | 20.57 | 61.06 | - |
| YUV | 126.27 | 172.99 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 206 | 0.43 | 0.44 | 0 | 0.19 | 241.98 | 0.48 | 0.63 |
| Hex | 76 | 73 | CE | 2B | 2C | 0 | 13 | F2 | 30 | 3F |
| Octal | 166 | 163 | 316 | 53 | 54 | 0 | 23 | 362 | 60 | 77 |
| Binary | 1110110 | 1110011 | 11001110 | 101011 | 101100 | 0 | 10011 | 11110010 | 110000 | 111111 |
Color Harmonies of #7673CE
Complementary color
Monochromatic Colors of #7673CE
Black with #7673CE
Text Example
Text Example
White with #7673CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7673CE; }
p { color: rgb(118,115,206); }
H1.HeaderClassName
{
color: #7673CE;
}
.AnyTagClassName
{
color: #7673CE;
}
</style>
background-color css
<style>
a { background-color: #7673CE; }
a { background-color: rgb(118,115,206); }
div.DivClassName
{
background-color: #7673CE;
}
.BgClassName
{
background-color: #7673CE;
}
</style>
border-color css
<style>
span { border-color: #7673CE; }
span { border-color: rgb(118,115,206); }
td.TdClassName
{
border-color: #7673CE;
}
.TagClassName
{
border-color: #7673CE;
}
</style>