#7999AE

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

Shades of Bali Hai #7999AE

Tints of Bali Hai #7999AE

Color information

#7999AE (or 0x7999AE) is unknown color: approx Bali Hai. HEX triplet: 79, 99 and AE. RGB value is (121,153,174). Sum of RGB (Red+Green+Blue) = 121+153+174=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #7999AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7999AE is #866651. Grayscale: #919191. Windows color (decimal): -8808018 or 11442553. OLE color: 11442553.

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

Color convert

RGB121153174-
CMYK0.300.1200.32
HSL203.77º24.65%57.84%-
HSV(B)203.77º30.46%68.24%-
XYZ26.9229.944.4-
YUV145.83143.9110.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.01%
GREEN value IS 153 (60.16% from 255) = 34.15%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=27.01%
G=34.15%
B=38.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211531740.300.1200.32203.7724.6557.84
Hex7999AE1EC020cc193a
Octal17123125636140403143172
Binary1111001100110011010111011110110001000001100110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7999AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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