#799CA9

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

Shades of Bali Hai #799CA9

Tints of Bali Hai #799CA9

Color information

#799CA9 (or 0x799CA9) is unknown color: approx Bali Hai. HEX triplet: 79, 9C and A9. RGB value is (121,156,169). Sum of RGB (Red+Green+Blue) = 121+156+169=446 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.13% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 169 - color contains mainly: blue. Hex color #799CA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799CA9 is #866356. Grayscale: #929292. Windows color (decimal): -8807255 or 11115641. OLE color: 11115641.

HSL color Cylindrical-coordinate representation of color #799CA9: hue angle of 196.25º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #799CA9 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB121156169-
CMYK0.280.0800.34
HSL196.25º21.82%56.86%-
HSV(B)196.25º28.4%66.27%-
XYZ26.9430.7142.04-
YUV147.02140.4109.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.13%
GREEN value IS 156 (61.33% from 255) = 34.98%
BLUE value IS 169 (66.41% from 255) = 37.89%
R=27.13%
G=34.98%
B=37.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1211561690.280.0800.34196.2521.8256.86
Hex799CA91C8022c41639
Octal17123425134100423042671
Binary1111001100111001010100111100100001000101100010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,156,169); }

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

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

 a { background-color: rgb(121,156,169); }

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

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

 span { border-color: rgb(121,156,169); }

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