#7999AB

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

Shades of Bali Hai #7999AB

Tints of Bali Hai #7999AB

Color information

#7999AB (or 0x7999AB) is unknown color: approx Bali Hai. HEX triplet: 79, 99 and AB. RGB value is (121,153,171). Sum of RGB (Red+Green+Blue) = 121+153+171=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #7999AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7999AB is #866654. Grayscale: #919191. Windows color (decimal): -8808021 or 11245945. OLE color: 11245945.

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

Color convert

RGB121153171-
CMYK0.290.1100.33
HSL201.6º22.94%57.25%-
HSV(B)201.6º29.24%67.06%-
XYZ26.6329.7942.87-
YUV145.48142.4110.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.19%
GREEN value IS 153 (60.16% from 255) = 34.38%
BLUE value IS 171 (67.19% from 255) = 38.43%
R=27.19%
G=34.38%
B=38.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211531710.290.1100.33201.622.9457.25
Hex7999AB1DB021ca1739
Octal17123125335130413122771
Binary1111001100110011010101111101101101000011100101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7999AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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