Shades of Eastern Blue #087C94
Tints of Eastern Blue #087C94
RGB
CMYK
RGB Variations
Color information
#087C94 (or 0x087C94) is known color: Eastern Blue. HEX triplet: 08, 7C and 94. RGB value is (8,124,148). Sum of RGB (Red+Green+Blue) = 8+124+148=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #087C94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087C94 is #F7836B. Grayscale: #5B5B5B. Windows color (decimal): -16221036 or 9731080. OLE color: 9731080.
HSL color Cylindrical-coordinate representation of color #087C94: hue angle of 190.29º 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 #087C94 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 124 | 148 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.42 |
| HSL | 190.29º | 0.9% | 0.31% | - |
| HSV(B) | 190.29º | 0.95% | 0.58% | - |
| XYZ | 12.65 | 16.61 | 30.56 | - |
| YUV | 92.05 | 159.57 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 148 | 0.95 | 0.16 | 0 | 0.42 | 190.29 | 0.9 | 0.31 |
| Hex | 8 | 7C | 94 | 5F | 10 | 0 | 2A | BE | 5A | 1F |
| Octal | 10 | 174 | 224 | 137 | 20 | 0 | 52 | 276 | 132 | 37 |
| Binary | 1000 | 1111100 | 10010100 | 1011111 | 10000 | 0 | 101010 | 10111110 | 1011010 | 11111 |
Color Harmonies of #087C94
Complementary color
Monochromatic Colors of #087C94
Black with #087C94
Text Example
Text Example
White with #087C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087C94; }
p { color: rgb(8,124,148); }
H1.HeaderClassName
{
color: #087C94;
}
.AnyTagClassName
{
color: #087C94;
}
</style>
background-color css
<style>
a { background-color: #087C94; }
a { background-color: rgb(8,124,148); }
div.DivClassName
{
background-color: #087C94;
}
.BgClassName
{
background-color: #087C94;
}
</style>
border-color css
<style>
span { border-color: #087C94; }
span { border-color: rgb(8,124,148); }
td.TdClassName
{
border-color: #087C94;
}
.TagClassName
{
border-color: #087C94;
}
</style>