#7997AE

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

Shades of Bali Hai #7997AE

Tints of Bali Hai #7997AE

Color information

#7997AE (or 0x7997AE) is unknown color: approx Bali Hai. HEX triplet: 79, 97 and AE. RGB value is (121,151,174). Sum of RGB (Red+Green+Blue) = 121+151+174=446 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.13% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #7997AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7997AE is #866851. Grayscale: #909090. Windows color (decimal): -8808530 or 11442041. OLE color: 11442041.

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

Color convert

RGB121151174-
CMYK0.300.1300.32
HSL206.04º24.65%57.84%-
HSV(B)206.04º30.46%68.24%-
XYZ26.5929.2544.29-
YUV144.65144.56111.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.13%
GREEN value IS 151 (59.38% from 255) = 33.86%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=27.13%
G=33.86%
B=39.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211511740.300.1300.32206.0424.6557.84
Hex7997AE1ED020ce193a
Octal17122725636150403163172
Binary1111001100101111010111011110110101000001100111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7997AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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