Shades of Moody Blue #7678CF
Tints of Moody Blue #7678CF
RGB
CMYK
RGB Variations
Color information
#7678CF (or 0x7678CF) is known color: Moody Blue. HEX triplet: 76, 78 and CF. RGB value is (118,120,207). Sum of RGB (Red+Green+Blue) = 118+120+207=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #7678CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7678CF is #898730. Grayscale: #808080. Windows color (decimal): -9013041 or 13596790. OLE color: 13596790.
HSL color Cylindrical-coordinate representation of color #7678CF: hue angle of 238.65º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7678CF is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 120 | 207 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.19 |
| HSL | 238.65º | 0.48% | 0.64% | - |
| HSV(B) | 238.65º | 0.43% | 0.81% | - |
| XYZ | 25.45 | 21.79 | 61.9 | - |
| YUV | 129.32 | 171.84 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 207 | 0.43 | 0.42 | 0 | 0.19 | 238.65 | 0.48 | 0.64 |
| Hex | 76 | 78 | CF | 2B | 2A | 0 | 13 | EF | 30 | 40 |
| Octal | 166 | 170 | 317 | 53 | 52 | 0 | 23 | 357 | 60 | 100 |
| Binary | 1110110 | 1111000 | 11001111 | 101011 | 101010 | 0 | 10011 | 11101111 | 110000 | 1000000 |
Color Harmonies of #7678CF
Complementary color
Monochromatic Colors of #7678CF
Black with #7678CF
Text Example
Text Example
White with #7678CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7678CF; }
p { color: rgb(118,120,207); }
H1.HeaderClassName
{
color: #7678CF;
}
.AnyTagClassName
{
color: #7678CF;
}
</style>
background-color css
<style>
a { background-color: #7678CF; }
a { background-color: rgb(118,120,207); }
div.DivClassName
{
background-color: #7678CF;
}
.BgClassName
{
background-color: #7678CF;
}
</style>
border-color css
<style>
span { border-color: #7678CF; }
span { border-color: rgb(118,120,207); }
td.TdClassName
{
border-color: #7678CF;
}
.TagClassName
{
border-color: #7678CF;
}
</style>