Shades of Eastern Blue #087F98
Tints of Eastern Blue #087F98
RGB
CMYK
RGB Variations
Color information
#087F98 (or 0x087F98) is known color: Eastern Blue. HEX triplet: 08, 7F and 98. RGB value is (8,127,152). Sum of RGB (Red+Green+Blue) = 8+127+152=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #087F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087F98 is #F78067. Grayscale: #5E5E5E. Windows color (decimal): -16220264 or 9993992. OLE color: 9993992.
HSL color Cylindrical-coordinate representation of color #087F98: hue angle of 190.42º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087F98 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 127 | 152 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.40 |
| HSL | 190.42º | 0.9% | 0.31% | - |
| HSV(B) | 190.42º | 0.95% | 0.6% | - |
| XYZ | 13.36 | 17.5 | 32.38 | - |
| YUV | 94.27 | 160.58 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 152 | 0.95 | 0.16 | 0 | 0.40 | 190.42 | 0.9 | 0.31 |
| Hex | 8 | 7F | 98 | 5F | 10 | 0 | 28 | BE | 5A | 1F |
| Octal | 10 | 177 | 230 | 137 | 20 | 0 | 50 | 276 | 132 | 37 |
| Binary | 1000 | 1111111 | 10011000 | 1011111 | 10000 | 0 | 101000 | 10111110 | 1011010 | 11111 |
Color Harmonies of #087F98
Complementary color
Monochromatic Colors of #087F98
Black with #087F98
Text Example
Text Example
White with #087F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087F98; }
p { color: rgb(8,127,152); }
H1.HeaderClassName
{
color: #087F98;
}
.AnyTagClassName
{
color: #087F98;
}
</style>
background-color css
<style>
a { background-color: #087F98; }
a { background-color: rgb(8,127,152); }
div.DivClassName
{
background-color: #087F98;
}
.BgClassName
{
background-color: #087F98;
}
</style>
border-color css
<style>
span { border-color: #087F98; }
span { border-color: rgb(8,127,152); }
td.TdClassName
{
border-color: #087F98;
}
.TagClassName
{
border-color: #087F98;
}
</style>