#7A9EAA

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

Shades of Bali Hai #7A9EAA

Tints of Bali Hai #7A9EAA

Color information

#7A9EAA (or 0x7A9EAA) is unknown color: approx Bali Hai. HEX triplet: 7A, 9E and AA. RGB value is (122,158,170). Sum of RGB (Red+Green+Blue) = 122+158+170=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A9EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9EAA is #856155. Grayscale: #949494. Windows color (decimal): -8741206 or 11181690. OLE color: 11181690.

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

Color convert

RGB122158170-
CMYK0.280.0700.33
HSL195º22.02%57.25%-
HSV(B)195º28.24%66.67%-
XYZ27.5131.4942.66-
YUV148.6140.07109.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.11%
GREEN value IS 158 (62.11% from 255) = 35.11%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=27.11%
G=35.11%
B=37.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221581700.280.0700.3319522.0257.25
Hex7A9EAA1C7021c31639
Octal1722362523470413032671
Binary111101010011110101010101110011101000011100001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,158,170); }

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

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

 a { background-color: rgb(122,158,170); }

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

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

 span { border-color: rgb(122,158,170); }

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