#7EA0BB

Color #7EA0BB Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #7EA0BB

Tints of Bali Hai #7EA0BB

Color information

#7EA0BB (or 0x7EA0BB) is unknown color: approx Bali Hai. HEX triplet: 7E, A0 and BB. RGB value is (126,160,187). Sum of RGB (Red+Green+Blue) = 126+160+187=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #7EA0BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA0BB is #815F44. Grayscale: #989898. Windows color (decimal): -8478533 or 12296318. OLE color: 12296318.

HSL color Cylindrical-coordinate representation of color #7EA0BB: hue angle of 206.56º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EA0BB is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB126160187-
CMYK0.330.1400.27
HSL206.56º30.96%61.37%-
HSV(B)206.56º32.62%73.33%-
XYZ30.1433.1751.83-
YUV152.91147.24108.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 26.64%
GREEN value IS 160 (62.89% from 255) = 33.83%
BLUE value IS 187 (73.44% from 255) = 39.53%
R=26.64%
G=33.83%
B=39.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261601870.330.1400.27206.5630.9661.37
Hex7EA0BB21E01Bcf1f3d
Octal17624027341160333173775
Binary1111110101000001011101110000111100110111100111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EA0BB; }

 p { color: rgb(126,160,187); }

 H1.HeaderClassName
 {
   color: #7EA0BB;
 }
 .AnyTagClassName
 {
   color: #7EA0BB;
 }
</style>
background-color css

<style>
 a { background-color: #7EA0BB; }

 a { background-color: rgb(126,160,187); }

 div.DivClassName
 {
   background-color: #7EA0BB;
 }
 .BgClassName
 {
   background-color: #7EA0BB;
 }
</style>
border-color css

<style>
 span { border-color: #7EA0BB; }

 span { border-color: rgb(126,160,187); }

 td.TdClassName
 {
   border-color: #7EA0BB;
 }
 .TagClassName
 {
   border-color: #7EA0BB;
 }
</style>