#7996AE

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

Shades of Bali Hai #7996AE

Tints of Bali Hai #7996AE

Color information

#7996AE (or 0x7996AE) is unknown color: approx Bali Hai. HEX triplet: 79, 96 and AE. RGB value is (121,150,174). Sum of RGB (Red+Green+Blue) = 121+150+174=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #7996AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7996AE is #866951. Grayscale: #8F8F8F. Windows color (decimal): -8808786 or 11441785. OLE color: 11441785.

HSL color Cylindrical-coordinate representation of color #7996AE: hue angle of 207.17º degrees, saturation: 0.25, 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 #7996AE is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121150174-
CMYK0.300.1400.32
HSL207.17º24.65%57.84%-
HSV(B)207.17º30.46%68.24%-
XYZ26.4328.9344.24-
YUV144.06144.89111.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.19%
GREEN value IS 150 (58.98% from 255) = 33.71%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=27.19%
G=33.71%
B=39.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211501740.300.1400.32207.1724.6557.84
Hex7996AE1EE020cf193a
Octal17122625636160403173172
Binary1111001100101101010111011110111001000001100111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7996AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7996AE; }

 p { color: rgb(121,150,174); }

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

<style>
 a { background-color: #7996AE; }

 a { background-color: rgb(121,150,174); }

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

<style>
 span { border-color: #7996AE; }

 span { border-color: rgb(121,150,174); }

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