Shades of Moody Blue #7671CF
Tints of Moody Blue #7671CF
RGB
CMYK
RGB Variations
Color information
#7671CF (or 0x7671CF) is known color: Moody Blue. HEX triplet: 76, 71 and CF. RGB value is (118,113,207). Sum of RGB (Red+Green+Blue) = 118+113+207=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #7671CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7671CF is #898E30. Grayscale: #7C7C7C. Windows color (decimal): -9014833 or 13594998. OLE color: 13594998.
HSL color Cylindrical-coordinate representation of color #7671CF: hue angle of 243.19º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7671CF is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 113 | 207 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.19 |
| HSL | 243.19º | 0.49% | 0.63% | - |
| HSV(B) | 243.19º | 0.45% | 0.81% | - |
| XYZ | 24.64 | 20.17 | 61.63 | - |
| YUV | 125.21 | 174.16 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 207 | 0.43 | 0.45 | 0 | 0.19 | 243.19 | 0.49 | 0.63 |
| Hex | 76 | 71 | CF | 2B | 2D | 0 | 13 | F3 | 31 | 3F |
| Octal | 166 | 161 | 317 | 53 | 55 | 0 | 23 | 363 | 61 | 77 |
| Binary | 1110110 | 1110001 | 11001111 | 101011 | 101101 | 0 | 10011 | 11110011 | 110001 | 111111 |
Color Harmonies of #7671CF
Complementary color
Monochromatic Colors of #7671CF
Black with #7671CF
Text Example
Text Example
White with #7671CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7671CF; }
p { color: rgb(118,113,207); }
H1.HeaderClassName
{
color: #7671CF;
}
.AnyTagClassName
{
color: #7671CF;
}
</style>
background-color css
<style>
a { background-color: #7671CF; }
a { background-color: rgb(118,113,207); }
div.DivClassName
{
background-color: #7671CF;
}
.BgClassName
{
background-color: #7671CF;
}
</style>
border-color css
<style>
span { border-color: #7671CF; }
span { border-color: rgb(118,113,207); }
td.TdClassName
{
border-color: #7671CF;
}
.TagClassName
{
border-color: #7671CF;
}
</style>