Shades of Moody Blue #8077CF
Tints of Moody Blue #8077CF
RGB
CMYK
RGB Variations
Color information
#8077CF (or 0x8077CF) is known color: Moody Blue. HEX triplet: 80, 77 and CF. RGB value is (128,119,207). Sum of RGB (Red+Green+Blue) = 128+119+207=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #8077CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8077CF is #7F8830. Grayscale: #838383. Windows color (decimal): -8357937 or 13596544. OLE color: 13596544.
HSL color Cylindrical-coordinate representation of color #8077CF: hue angle of 246.14º 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 #8077CF is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 119 | 207 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.19 |
| HSL | 246.14º | 0.48% | 0.64% | - |
| HSV(B) | 246.14º | 0.43% | 0.81% | - |
| XYZ | 26.76 | 22.29 | 61.92 | - |
| YUV | 131.72 | 170.48 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 207 | 0.38 | 0.43 | 0 | 0.19 | 246.14 | 0.48 | 0.64 |
| Hex | 80 | 77 | CF | 26 | 2B | 0 | 13 | F6 | 30 | 40 |
| Octal | 200 | 167 | 317 | 46 | 53 | 0 | 23 | 366 | 60 | 100 |
| Binary | 10000000 | 1110111 | 11001111 | 100110 | 101011 | 0 | 10011 | 11110110 | 110000 | 1000000 |
Color Harmonies of #8077CF
Complementary color
Monochromatic Colors of #8077CF
Black with #8077CF
Text Example
Text Example
White with #8077CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8077CF; }
p { color: rgb(128,119,207); }
H1.HeaderClassName
{
color: #8077CF;
}
.AnyTagClassName
{
color: #8077CF;
}
</style>
background-color css
<style>
a { background-color: #8077CF; }
a { background-color: rgb(128,119,207); }
div.DivClassName
{
background-color: #8077CF;
}
.BgClassName
{
background-color: #8077CF;
}
</style>
border-color css
<style>
span { border-color: #8077CF; }
span { border-color: rgb(128,119,207); }
td.TdClassName
{
border-color: #8077CF;
}
.TagClassName
{
border-color: #8077CF;
}
</style>