#799AAC

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

Shades of Bali Hai #799AAC

Tints of Bali Hai #799AAC

Color information

#799AAC (or 0x799AAC) is unknown color: approx Bali Hai. HEX triplet: 79, 9A and AC. RGB value is (121,154,172). Sum of RGB (Red+Green+Blue) = 121+154+172=447 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.07% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #799AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799AAC is #866553. Grayscale: #929292. Windows color (decimal): -8807764 or 11311737. OLE color: 11311737.

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

Color convert

RGB121154172-
CMYK0.300.1000.33
HSL201.18º23.5%57.45%-
HSV(B)201.18º29.65%67.45%-
XYZ26.8930.1543.43-
YUV146.18142.57110.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.07%
GREEN value IS 154 (60.55% from 255) = 34.45%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=27.07%
G=34.45%
B=38.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211541720.300.1000.33201.1823.557.45
Hex799AAC1EA021c91839
Octal17123225436120413113071
Binary1111001100110101010110011110101001000011100100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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