#7E9AAC

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

Shades of Bali Hai #7E9AAC

Tints of Bali Hai #7E9AAC

Color information

#7E9AAC (or 0x7E9AAC) is unknown color: approx Bali Hai. HEX triplet: 7E, 9A and AC. RGB value is (126,154,172). Sum of RGB (Red+Green+Blue) = 126+154+172=452 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.88% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E9AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9AAC is #816553. Grayscale: #939393. Windows color (decimal): -8480084 or 11311742. OLE color: 11311742.

HSL color Cylindrical-coordinate representation of color #7E9AAC: hue angle of 203.48º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E9AAC is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB126154172-
CMYK0.270.1000.33
HSL203.48º21.7%58.43%-
HSV(B)203.48º26.74%67.45%-
XYZ27.6130.5343.47-
YUV147.68141.72112.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.88%
GREEN value IS 154 (60.55% from 255) = 34.07%
BLUE value IS 172 (67.58% from 255) = 38.05%
R=27.88%
G=34.07%
B=38.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261541720.270.1000.33203.4821.758.43
Hex7E9AAC1BA021cb163a
Octal17623225433120413132672
Binary1111110100110101010110011011101001000011100101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,154,172); }

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

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

 a { background-color: rgb(126,154,172); }

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

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

 span { border-color: rgb(126,154,172); }

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