#799eaa

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

Shades of Bali Hai #799EAA

Tints of Bali Hai #799EAA

Color information

#799EAA (or 0x799EAA) is unknown color: approx Bali Hai. HEX triplet: 79, 9E and AA. RGB value is (121,158,170). Sum of RGB (Red+Green+Blue) = 121+158+170=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #799EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799EAA is #866155. Grayscale: #949494. Windows color (decimal): -8806742 or 11181689. OLE color: 11181689.

HSL color Cylindrical-coordinate representation of color #799EAA: hue angle of 194.69º degrees, saturation: 0.22, 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 #799EAA is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121158170-
CMYK0.290.0700.33
HSL194.69º22.37%57.06%-
HSV(B)194.69º28.82%66.67%-
XYZ27.3731.4242.65-
YUV148.3140.24108.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.95%
GREEN value IS 158 (62.11% from 255) = 35.19%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=26.95%
G=35.19%
B=37.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211581700.290.0700.33194.6922.3757.06
Hex799EAA1D7021c31639
Octal1712362523570413032671
Binary111100110011110101010101110111101000011100001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799eaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799eaa; }

 p { color: rgb(121,158,170); }

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

<style>
 a { background-color: #799eaa; }

 a { background-color: rgb(121,158,170); }

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

<style>
 span { border-color: #799eaa; }

 span { border-color: rgb(121,158,170); }

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