Shades of Eastern Blue #0789AC
Tints of Eastern Blue #0789AC
RGB
CMYK
RGB Variations
Color information
#0789AC (or 0x0789AC) is known color: Eastern Blue. HEX triplet: 07, 89 and AC. RGB value is (7,137,172). Sum of RGB (Red+Green+Blue) = 7+137+172=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #0789AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0789AC is #F87653. Grayscale: #656565. Windows color (decimal): -16283220 or 11307271. OLE color: 11307271.
HSL color Cylindrical-coordinate representation of color #0789AC: hue angle of 192.73º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0789AC is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 137 | 172 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.33 |
| HSL | 192.73º | 0.92% | 0.35% | - |
| HSV(B) | 192.73º | 0.96% | 0.67% | - |
| XYZ | 16.48 | 20.92 | 42.2 | - |
| YUV | 102.12 | 167.43 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 172 | 0.96 | 0.20 | 0 | 0.33 | 192.73 | 0.92 | 0.35 |
| Hex | 7 | 89 | AC | 60 | 14 | 0 | 21 | C1 | 5C | 23 |
| Octal | 7 | 211 | 254 | 140 | 24 | 0 | 41 | 301 | 134 | 43 |
| Binary | 111 | 10001001 | 10101100 | 1100000 | 10100 | 0 | 100001 | 11000001 | 1011100 | 100011 |
Color Harmonies of #0789AC
Complementary color
Monochromatic Colors of #0789AC
Black with #0789AC
Text Example
Text Example
White with #0789AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0789AC; }
p { color: rgb(7,137,172); }
H1.HeaderClassName
{
color: #0789AC;
}
.AnyTagClassName
{
color: #0789AC;
}
</style>
background-color css
<style>
a { background-color: #0789AC; }
a { background-color: rgb(7,137,172); }
div.DivClassName
{
background-color: #0789AC;
}
.BgClassName
{
background-color: #0789AC;
}
</style>
border-color css
<style>
span { border-color: #0789AC; }
span { border-color: rgb(7,137,172); }
td.TdClassName
{
border-color: #0789AC;
}
.TagClassName
{
border-color: #0789AC;
}
</style>