Shades of Eastern Blue #087B90
Tints of Eastern Blue #087B90
RGB
CMYK
RGB Variations
Color information
#087B90 (or 0x087B90) is known color: Eastern Blue. HEX triplet: 08, 7B and 90. RGB value is (8,123,144). Sum of RGB (Red+Green+Blue) = 8+123+144=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #087B90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087B90 is #F7846F. Grayscale: #5A5A5A. Windows color (decimal): -16221296 or 9468680. OLE color: 9468680.
HSL color Cylindrical-coordinate representation of color #087B90: hue angle of 189.26º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087B90 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 123 | 144 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.44 |
| HSL | 189.26º | 0.89% | 0.3% | - |
| HSV(B) | 189.26º | 0.94% | 0.56% | - |
| XYZ | 12.22 | 16.23 | 28.87 | - |
| YUV | 91.01 | 157.9 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 144 | 0.94 | 0.15 | 0 | 0.44 | 189.26 | 0.89 | 0.3 |
| Hex | 8 | 7B | 90 | 5E | F | 0 | 2C | BD | 59 | 1E |
| Octal | 10 | 173 | 220 | 136 | 17 | 0 | 54 | 275 | 131 | 36 |
| Binary | 1000 | 1111011 | 10010000 | 1011110 | 1111 | 0 | 101100 | 10111101 | 1011001 | 11110 |
Color Harmonies of #087B90
Complementary color
Monochromatic Colors of #087B90
Black with #087B90
Text Example
Text Example
White with #087B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087B90; }
p { color: rgb(8,123,144); }
H1.HeaderClassName
{
color: #087B90;
}
.AnyTagClassName
{
color: #087B90;
}
</style>
background-color css
<style>
a { background-color: #087B90; }
a { background-color: rgb(8,123,144); }
div.DivClassName
{
background-color: #087B90;
}
.BgClassName
{
background-color: #087B90;
}
</style>
border-color css
<style>
span { border-color: #087B90; }
span { border-color: rgb(8,123,144); }
td.TdClassName
{
border-color: #087B90;
}
.TagClassName
{
border-color: #087B90;
}
</style>