Shades of Eastern Blue #087A93
Tints of Eastern Blue #087A93
RGB
CMYK
RGB Variations
Color information
#087A93 (or 0x087A93) is known color: Eastern Blue. HEX triplet: 08, 7A and 93. RGB value is (8,122,147). Sum of RGB (Red+Green+Blue) = 8+122+147=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #087A93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087A93 is #F7856C. Grayscale: #5A5A5A. Windows color (decimal): -16221549 or 9665032. OLE color: 9665032.
HSL color Cylindrical-coordinate representation of color #087A93: hue angle of 190.79º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087A93 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 122 | 147 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.42 |
| HSL | 190.79º | 0.9% | 0.3% | - |
| HSV(B) | 190.79º | 0.95% | 0.58% | - |
| XYZ | 12.33 | 16.08 | 30.06 | - |
| YUV | 90.76 | 159.73 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 147 | 0.95 | 0.17 | 0 | 0.42 | 190.79 | 0.9 | 0.3 |
| Hex | 8 | 7A | 93 | 5F | 11 | 0 | 2A | BF | 5A | 1E |
| Octal | 10 | 172 | 223 | 137 | 21 | 0 | 52 | 277 | 132 | 36 |
| Binary | 1000 | 1111010 | 10010011 | 1011111 | 10001 | 0 | 101010 | 10111111 | 1011010 | 11110 |
Color Harmonies of #087A93
Complementary color
Monochromatic Colors of #087A93
Black with #087A93
Text Example
Text Example
White with #087A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A93; }
p { color: rgb(8,122,147); }
H1.HeaderClassName
{
color: #087A93;
}
.AnyTagClassName
{
color: #087A93;
}
</style>
background-color css
<style>
a { background-color: #087A93; }
a { background-color: rgb(8,122,147); }
div.DivClassName
{
background-color: #087A93;
}
.BgClassName
{
background-color: #087A93;
}
</style>
border-color css
<style>
span { border-color: #087A93; }
span { border-color: rgb(8,122,147); }
td.TdClassName
{
border-color: #087A93;
}
.TagClassName
{
border-color: #087A93;
}
</style>