Shades of Eastern Blue #07798F
Tints of Eastern Blue #07798F
RGB
CMYK
RGB Variations
Color information
#07798F (or 0x07798F) is known color: Eastern Blue. HEX triplet: 07, 79 and 8F. RGB value is (7,121,143). Sum of RGB (Red+Green+Blue) = 7+121+143=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #07798F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07798F is #F88670. Grayscale: #595959. Windows color (decimal): -16287345 or 9402631. OLE color: 9402631.
HSL color Cylindrical-coordinate representation of color #07798F: hue angle of 189.71º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07798F is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 121 | 143 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.44 |
| HSL | 189.71º | 0.91% | 0.29% | - |
| HSV(B) | 189.71º | 0.95% | 0.56% | - |
| XYZ | 11.88 | 15.7 | 28.39 | - |
| YUV | 89.42 | 158.23 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 143 | 0.95 | 0.15 | 0 | 0.44 | 189.71 | 0.91 | 0.29 |
| Hex | 7 | 79 | 8F | 5F | F | 0 | 2C | BE | 5B | 1D |
| Octal | 7 | 171 | 217 | 137 | 17 | 0 | 54 | 276 | 133 | 35 |
| Binary | 111 | 1111001 | 10001111 | 1011111 | 1111 | 0 | 101100 | 10111110 | 1011011 | 11101 |
Color Harmonies of #07798F
Complementary color
Monochromatic Colors of #07798F
Black with #07798F
Text Example
Text Example
White with #07798F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07798F; }
p { color: rgb(7,121,143); }
H1.HeaderClassName
{
color: #07798F;
}
.AnyTagClassName
{
color: #07798F;
}
</style>
background-color css
<style>
a { background-color: #07798F; }
a { background-color: rgb(7,121,143); }
div.DivClassName
{
background-color: #07798F;
}
.BgClassName
{
background-color: #07798F;
}
</style>
border-color css
<style>
span { border-color: #07798F; }
span { border-color: rgb(7,121,143); }
td.TdClassName
{
border-color: #07798F;
}
.TagClassName
{
border-color: #07798F;
}
</style>