#7A9DAE

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

Shades of Bali Hai #7A9DAE

Tints of Bali Hai #7A9DAE

Color information

#7A9DAE (or 0x7A9DAE) is unknown color: approx Bali Hai. HEX triplet: 7A, 9D and AE. RGB value is (122,157,174). Sum of RGB (Red+Green+Blue) = 122+157+174=453 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.93% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A9DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9DAE is #856251. Grayscale: #949494. Windows color (decimal): -8741458 or 11443578. OLE color: 11443578.

HSL color Cylindrical-coordinate representation of color #7A9DAE: hue angle of 199.62º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A9DAE is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB122157174-
CMYK0.300.1000.32
HSL199.62º24.3%58.04%-
HSV(B)199.62º29.89%68.24%-
XYZ27.7231.3144.63-
YUV148.47142.4109.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.93%
GREEN value IS 157 (61.72% from 255) = 34.66%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=26.93%
G=34.66%
B=38.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221571740.300.1000.32199.6224.358.04
Hex7A9DAE1EA020c8183a
Octal17223525636120403103072
Binary1111010100111011010111011110101001000001100100011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,157,174); }

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

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

 a { background-color: rgb(122,157,174); }

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

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

 span { border-color: rgb(122,157,174); }

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