#7999A4

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

Shades of Bali Hai #7999A4

Tints of Bali Hai #7999A4

Color information

#7999A4 (or 0x7999A4) is unknown color: approx Bali Hai. HEX triplet: 79, 99 and A4. RGB value is (121,153,164). Sum of RGB (Red+Green+Blue) = 121+153+164=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 164 - color contains mainly: blue. Hex color #7999A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7999A4 is #86665B. Grayscale: #909090. Windows color (decimal): -8808028 or 10787193. OLE color: 10787193.

HSL color Cylindrical-coordinate representation of color #7999A4: hue angle of 195.35º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7999A4 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB121153164-
CMYK0.260.0700.36
HSL195.35º19.11%55.88%-
HSV(B)195.35º26.22%64.31%-
XYZ25.9829.5339.45-
YUV144.69138.9111.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.63%
GREEN value IS 153 (60.16% from 255) = 34.93%
BLUE value IS 164 (64.45% from 255) = 37.44%
R=27.63%
G=34.93%
B=37.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211531640.260.0700.36195.3519.1155.88
Hex7999A41A7024c31338
Octal1712312443270443032370
Binary111100110011001101001001101011101001001100001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7999A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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