#7994AC

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

Shades of Bali Hai #7994AC

Tints of Bali Hai #7994AC

Color information

#7994AC (or 0x7994AC) is unknown color: approx Bali Hai. HEX triplet: 79, 94 and AC. RGB value is (121,148,172). Sum of RGB (Red+Green+Blue) = 121+148+172=441 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.44% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #7994AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7994AC is #866B53. Grayscale: #8E8E8E. Windows color (decimal): -8809300 or 11310201. OLE color: 11310201.

HSL color Cylindrical-coordinate representation of color #7994AC: hue angle of 208.24º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7994AC is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121148172-
CMYK0.300.1400.33
HSL208.24º23.5%57.45%-
HSV(B)208.24º29.65%67.45%-
XYZ25.9228.2243.11-
YUV142.66144.55112.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.44%
GREEN value IS 148 (58.20% from 255) = 33.56%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=27.44%
G=33.56%
B=39.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211481720.300.1400.33208.2423.557.45
Hex7994AC1EE021d01839
Octal17122425436160413203071
Binary1111001100101001010110011110111001000011101000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7994AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7994AC; }

 p { color: rgb(121,148,172); }

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

<style>
 a { background-color: #7994AC; }

 a { background-color: rgb(121,148,172); }

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

<style>
 span { border-color: #7994AC; }

 span { border-color: rgb(121,148,172); }

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