#7997AB

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

Shades of Bali Hai #7997AB

Tints of Bali Hai #7997AB

Color information

#7997AB (or 0x7997AB) is unknown color: approx Bali Hai. HEX triplet: 79, 97 and AB. RGB value is (121,151,171). Sum of RGB (Red+Green+Blue) = 121+151+171=443 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.31% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #7997AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7997AB is #866854. Grayscale: #909090. Windows color (decimal): -8808533 or 11245433. OLE color: 11245433.

HSL color Cylindrical-coordinate representation of color #7997AB: hue angle of 204º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7997AB is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121151171-
CMYK0.290.1200.33
HSL204º22.94%57.25%-
HSV(B)204º29.24%67.06%-
XYZ26.329.1442.77-
YUV144.31143.06111.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.31%
GREEN value IS 151 (59.38% from 255) = 34.09%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=27.31%
G=34.09%
B=38.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211511710.290.1200.3320422.9457.25
Hex7997AB1DC021cc1739
Octal17122725335140413142771
Binary1111001100101111010101111101110001000011100110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7997AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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