#799FAF

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

Shades of Bali Hai #799FAF

Tints of Bali Hai #799FAF

Color information

#799FAF (or 0x799FAF) is unknown color: approx Bali Hai. HEX triplet: 79, 9F and AF. RGB value is (121,159,175). Sum of RGB (Red+Green+Blue) = 121+159+175=455 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.59% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #799FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799FAF is #866050. Grayscale: #959595. Windows color (decimal): -8806481 or 11509625. OLE color: 11509625.

HSL color Cylindrical-coordinate representation of color #799FAF: hue angle of 197.78º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #799FAF is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB121159175-
CMYK0.310.0900.31
HSL197.78º25.23%58.04%-
HSV(B)197.78º30.86%68.63%-
XYZ28.0231.9645.25-
YUV149.46142.41107.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.59%
GREEN value IS 159 (62.5% from 255) = 34.95%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=26.59%
G=34.95%
B=38.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211591750.310.0900.31197.7825.2358.04
Hex799FAF1F901Fc6193a
Octal17123725737110373063172
Binary111100110011111101011111111110010111111100011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,159,175); }

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

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

 a { background-color: rgb(121,159,175); }

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

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

 span { border-color: rgb(121,159,175); }

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