Shades of Eastern Blue #087893
Tints of Eastern Blue #087893
RGB
CMYK
RGB Variations
Color information
#087893 (or 0x087893) is known color: Eastern Blue. HEX triplet: 08, 78 and 93. RGB value is (8,120,147). Sum of RGB (Red+Green+Blue) = 8+120+147=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #087893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087893 is #F7876C. Grayscale: #595959. Windows color (decimal): -16222061 or 9664520. OLE color: 9664520.
HSL color Cylindrical-coordinate representation of color #087893: hue angle of 191.65º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087893 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 120 | 147 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.42 |
| HSL | 191.65º | 0.9% | 0.3% | - |
| HSV(B) | 191.65º | 0.95% | 0.58% | - |
| XYZ | 12.08 | 15.59 | 29.98 | - |
| YUV | 89.59 | 160.39 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 147 | 0.95 | 0.18 | 0 | 0.42 | 191.65 | 0.9 | 0.3 |
| Hex | 8 | 78 | 93 | 5F | 12 | 0 | 2A | C0 | 5A | 1E |
| Octal | 10 | 170 | 223 | 137 | 22 | 0 | 52 | 300 | 132 | 36 |
| Binary | 1000 | 1111000 | 10010011 | 1011111 | 10010 | 0 | 101010 | 11000000 | 1011010 | 11110 |
Color Harmonies of #087893
Complementary color
Monochromatic Colors of #087893
Black with #087893
Text Example
Text Example
White with #087893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087893; }
p { color: rgb(8,120,147); }
H1.HeaderClassName
{
color: #087893;
}
.AnyTagClassName
{
color: #087893;
}
</style>
background-color css
<style>
a { background-color: #087893; }
a { background-color: rgb(8,120,147); }
div.DivClassName
{
background-color: #087893;
}
.BgClassName
{
background-color: #087893;
}
</style>
border-color css
<style>
span { border-color: #087893; }
span { border-color: rgb(8,120,147); }
td.TdClassName
{
border-color: #087893;
}
.TagClassName
{
border-color: #087893;
}
</style>