#799AAA

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

Shades of Bali Hai #799AAA

Tints of Bali Hai #799AAA

Color information

#799AAA (or 0x799AAA) is unknown color: approx Bali Hai. HEX triplet: 79, 9A and AA. RGB value is (121,154,170). Sum of RGB (Red+Green+Blue) = 121+154+170=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #799AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799AAA is #866555. Grayscale: #919191. Windows color (decimal): -8807766 or 11180665. OLE color: 11180665.

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

Color convert

RGB121154170-
CMYK0.290.0900.33
HSL199.59º22.37%57.06%-
HSV(B)199.59º28.82%66.67%-
XYZ26.730.0842.43-
YUV145.96141.57110.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.19%
GREEN value IS 154 (60.55% from 255) = 34.61%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=27.19%
G=34.61%
B=38.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211541700.290.0900.33199.5922.3757.06
Hex799AAA1D9021c81639
Octal17123225235110413102671
Binary1111001100110101010101011101100101000011100100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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