#7996AB

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

Shades of Bali Hai #7996AB

Tints of Bali Hai #7996AB

Color information

#7996AB (or 0x7996AB) is unknown color: approx Bali Hai. HEX triplet: 79, 96 and AB. RGB value is (121,150,171). Sum of RGB (Red+Green+Blue) = 121+150+171=442 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.38% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #7996AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7996AB is #866954. Grayscale: #8F8F8F. Windows color (decimal): -8808789 or 11245177. OLE color: 11245177.

HSL color Cylindrical-coordinate representation of color #7996AB: hue angle of 205.2º 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 #7996AB is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121150171-
CMYK0.290.1200.33
HSL205.2º22.94%57.25%-
HSV(B)205.2º29.24%67.06%-
XYZ26.1428.8242.71-
YUV143.72143.39111.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.38%
GREEN value IS 150 (58.98% from 255) = 33.94%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=27.38%
G=33.94%
B=38.69%

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
Decimal1211501710.290.1200.33205.222.9457.25
Hex7996AB1DC021cd1739
Octal17122625335140413152771
Binary1111001100101101010101111101110001000011100110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7996AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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