Shades of Eastern Blue #087A95
Tints of Eastern Blue #087A95
RGB
CMYK
RGB Variations
Color information
#087A95 (or 0x087A95) is known color: Eastern Blue. HEX triplet: 08, 7A and 95. RGB value is (8,122,149). Sum of RGB (Red+Green+Blue) = 8+122+149=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #087A95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087A95 is #F7856A. Grayscale: #5A5A5A. Windows color (decimal): -16221547 or 9796104. OLE color: 9796104.
HSL color Cylindrical-coordinate representation of color #087A95: hue angle of 191.49º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087A95 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 122 | 149 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.42 |
| HSL | 191.49º | 0.9% | 0.31% | - |
| HSV(B) | 191.49º | 0.95% | 0.58% | - |
| XYZ | 12.48 | 16.14 | 30.89 | - |
| YUV | 90.99 | 160.73 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 149 | 0.95 | 0.18 | 0 | 0.42 | 191.49 | 0.9 | 0.31 |
| Hex | 8 | 7A | 95 | 5F | 12 | 0 | 2A | BF | 5A | 1F |
| Octal | 10 | 172 | 225 | 137 | 22 | 0 | 52 | 277 | 132 | 37 |
| Binary | 1000 | 1111010 | 10010101 | 1011111 | 10010 | 0 | 101010 | 10111111 | 1011010 | 11111 |
Color Harmonies of #087A95
Complementary color
Monochromatic Colors of #087A95
Black with #087A95
Text Example
Text Example
White with #087A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A95; }
p { color: rgb(8,122,149); }
H1.HeaderClassName
{
color: #087A95;
}
.AnyTagClassName
{
color: #087A95;
}
</style>
background-color css
<style>
a { background-color: #087A95; }
a { background-color: rgb(8,122,149); }
div.DivClassName
{
background-color: #087A95;
}
.BgClassName
{
background-color: #087A95;
}
</style>
border-color css
<style>
span { border-color: #087A95; }
span { border-color: rgb(8,122,149); }
td.TdClassName
{
border-color: #087A95;
}
.TagClassName
{
border-color: #087A95;
}
</style>