#7797AE

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

Shades of Bali Hai #7797AE

Tints of Bali Hai #7797AE

Color information

#7797AE (or 0x7797AE) is unknown color: approx Bali Hai. HEX triplet: 77, 97 and AE. RGB value is (119,151,174). Sum of RGB (Red+Green+Blue) = 119+151+174=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 174 - color contains mainly: blue. Hex color #7797AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7797AE is #886851. Grayscale: #8F8F8F. Windows color (decimal): -8939602 or 11442039. OLE color: 11442039.

HSL color Cylindrical-coordinate representation of color #7797AE: hue angle of 205.09º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7797AE is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119151174-
CMYK0.320.1300.32
HSL205.09º25.35%57.45%-
HSV(B)205.09º31.61%68.24%-
XYZ26.3129.1144.28-
YUV144.05144.9110.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.80%
GREEN value IS 151 (59.38% from 255) = 34.01%
BLUE value IS 174 (68.36% from 255) = 39.19%
R=26.80%
G=34.01%
B=39.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191511740.320.1300.32205.0925.3557.45
Hex7797AE20D020cd1939
Octal16722725640150403153171
Binary11101111001011110101110100000110101000001100110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7797AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,151,174); }

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

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

 a { background-color: rgb(119,151,174); }

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

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

 span { border-color: rgb(119,151,174); }

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