#799DA8

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

Shades of Bali Hai #799DA8

Tints of Bali Hai #799DA8

Color information

#799DA8 (or 0x799DA8) is unknown color: approx Bali Hai. HEX triplet: 79, 9D and A8. RGB value is (121,157,168). Sum of RGB (Red+Green+Blue) = 121+157+168=446 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.13% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 168 - color contains mainly: blue. Hex color #799DA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799DA8 is #866257. Grayscale: #939393. Windows color (decimal): -8807000 or 11050361. OLE color: 11050361.

HSL color Cylindrical-coordinate representation of color #799DA8: hue angle of 194.04º degrees, saturation: 0.21, 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 #799DA8 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB121157168-
CMYK0.280.0700.34
HSL194.04º21.27%56.67%-
HSV(B)194.04º27.98%65.88%-
XYZ27.0131.0141.61-
YUV147.49139.57109.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.13%
GREEN value IS 157 (61.72% from 255) = 35.20%
BLUE value IS 168 (66.02% from 255) = 37.67%
R=27.13%
G=35.20%
B=37.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1211571680.280.0700.34194.0421.2756.67
Hex799DA81C7022c21539
Octal1712352503470423022571
Binary111100110011101101010001110011101000101100001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,157,168); }

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

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

 a { background-color: rgb(121,157,168); }

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

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

 span { border-color: rgb(121,157,168); }

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