Shades of Eastern Blue #077E9D
Tints of Eastern Blue #077E9D
RGB
CMYK
RGB Variations
Color information
#077E9D (or 0x077E9D) is known color: Eastern Blue. HEX triplet: 07, 7E and 9D. RGB value is (7,126,157). Sum of RGB (Red+Green+Blue) = 7+126+157=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #077E9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077E9D is #F88162. Grayscale: #5D5D5D. Windows color (decimal): -16286051 or 10321415. OLE color: 10321415.
HSL color Cylindrical-coordinate representation of color #077E9D: hue angle of 192.4º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077E9D is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 126 | 157 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.38 |
| HSL | 192.4º | 0.91% | 0.32% | - |
| HSV(B) | 192.4º | 0.96% | 0.62% | - |
| XYZ | 13.63 | 17.4 | 34.54 | - |
| YUV | 93.95 | 163.58 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 157 | 0.96 | 0.20 | 0 | 0.38 | 192.4 | 0.91 | 0.32 |
| Hex | 7 | 7E | 9D | 60 | 14 | 0 | 26 | C0 | 5B | 20 |
| Octal | 7 | 176 | 235 | 140 | 24 | 0 | 46 | 300 | 133 | 40 |
| Binary | 111 | 1111110 | 10011101 | 1100000 | 10100 | 0 | 100110 | 11000000 | 1011011 | 100000 |
Color Harmonies of #077E9D
Complementary color
Monochromatic Colors of #077E9D
Black with #077E9D
Text Example
Text Example
White with #077E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077E9D; }
p { color: rgb(7,126,157); }
H1.HeaderClassName
{
color: #077E9D;
}
.AnyTagClassName
{
color: #077E9D;
}
</style>
background-color css
<style>
a { background-color: #077E9D; }
a { background-color: rgb(7,126,157); }
div.DivClassName
{
background-color: #077E9D;
}
.BgClassName
{
background-color: #077E9D;
}
</style>
border-color css
<style>
span { border-color: #077E9D; }
span { border-color: rgb(7,126,157); }
td.TdClassName
{
border-color: #077E9D;
}
.TagClassName
{
border-color: #077E9D;
}
</style>