#799FAC

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

Shades of Bali Hai #799FAC

Tints of Bali Hai #799FAC

Color information

#799FAC (or 0x799FAC) is unknown color: approx Bali Hai. HEX triplet: 79, 9F and AC. RGB value is (121,159,172). Sum of RGB (Red+Green+Blue) = 121+159+172=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #799FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799FAC is #866053. Grayscale: #959595. Windows color (decimal): -8806484 or 11313017. OLE color: 11313017.

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

Color convert

RGB121159172-
CMYK0.300.0800.33
HSL195.29º23.5%57.45%-
HSV(B)195.29º29.65%67.45%-
XYZ27.7331.8443.71-
YUV149.12140.91107.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.77%
GREEN value IS 159 (62.5% from 255) = 35.18%
BLUE value IS 172 (67.58% from 255) = 38.05%
R=26.77%
G=35.18%
B=38.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211591720.300.0800.33195.2923.557.45
Hex799FAC1E8021c31839
Octal17123725436100413033071
Binary1111001100111111010110011110100001000011100001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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