Shades of Eastern Blue #098794
Tints of Eastern Blue #098794
RGB
CMYK
RGB Variations
Color information
#098794 (or 0x098794) is known color: Eastern Blue. HEX triplet: 09, 87 and 94. RGB value is (9,135,148). Sum of RGB (Red+Green+Blue) = 9+135+148=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #098794 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098794 is #F6786B. Grayscale: #626262. Windows color (decimal): -16152684 or 9733897. OLE color: 9733897.
HSL color Cylindrical-coordinate representation of color #098794: hue angle of 185.61º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098794 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 135 | 148 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.42 |
| HSL | 185.61º | 0.89% | 0.31% | - |
| HSV(B) | 185.61º | 0.94% | 0.58% | - |
| XYZ | 14.12 | 19.52 | 31.04 | - |
| YUV | 98.81 | 155.76 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 135 | 148 | 0.94 | 0.09 | 0 | 0.42 | 185.61 | 0.89 | 0.31 |
| Hex | 9 | 87 | 94 | 5E | 9 | 0 | 2A | BA | 59 | 1F |
| Octal | 11 | 207 | 224 | 136 | 11 | 0 | 52 | 272 | 131 | 37 |
| Binary | 1001 | 10000111 | 10010100 | 1011110 | 1001 | 0 | 101010 | 10111010 | 1011001 | 11111 |
Color Harmonies of #098794
Complementary color
Monochromatic Colors of #098794
Black with #098794
Text Example
Text Example
White with #098794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098794; }
p { color: rgb(9,135,148); }
H1.HeaderClassName
{
color: #098794;
}
.AnyTagClassName
{
color: #098794;
}
</style>
background-color css
<style>
a { background-color: #098794; }
a { background-color: rgb(9,135,148); }
div.DivClassName
{
background-color: #098794;
}
.BgClassName
{
background-color: #098794;
}
</style>
border-color css
<style>
span { border-color: #098794; }
span { border-color: rgb(9,135,148); }
td.TdClassName
{
border-color: #098794;
}
.TagClassName
{
border-color: #098794;
}
</style>