#7A96A4

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

Shades of Bali Hai #7A96A4

Tints of Bali Hai #7A96A4

Color information

#7A96A4 (or 0x7A96A4) is unknown color: approx Bali Hai. HEX triplet: 7A, 96 and A4. RGB value is (122,150,164). Sum of RGB (Red+Green+Blue) = 122+150+164=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 164 - color contains mainly: blue. Hex color #7A96A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A96A4 is #85695B. Grayscale: #8F8F8F. Windows color (decimal): -8743260 or 10786426. OLE color: 10786426.

HSL color Cylindrical-coordinate representation of color #7A96A4: hue angle of 200º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A96A4 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB122150164-
CMYK0.260.0900.36
HSL200º18.75%56.08%-
HSV(B)200º25.61%64.31%-
XYZ25.6328.6339.3-
YUV143.22139.72112.86-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.98%
GREEN value IS 150 (58.98% from 255) = 34.40%
BLUE value IS 164 (64.45% from 255) = 37.61%
R=27.98%
G=34.40%
B=37.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1221501640.260.0900.3620018.7556.08
Hex7A96A41A9024c81338
Octal17222624432110443102370
Binary1111010100101101010010011010100101001001100100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A96A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,150,164); }

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

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

 a { background-color: rgb(122,150,164); }

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

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

 span { border-color: rgb(122,150,164); }

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