#799BA4

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

Shades of Bali Hai #799BA4

Tints of Bali Hai #799BA4

Color information

#799BA4 (or 0x799BA4) is unknown color: approx Bali Hai. HEX triplet: 79, 9B and A4. RGB value is (121,155,164). Sum of RGB (Red+Green+Blue) = 121+155+164=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 164 - color contains mainly: blue. Hex color #799BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799BA4 is #86645B. Grayscale: #919191. Windows color (decimal): -8807516 or 10787705. OLE color: 10787705.

HSL color Cylindrical-coordinate representation of color #799BA4: hue angle of 192.56º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #799BA4 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB121155164-
CMYK0.260.0500.36
HSL192.56º19.11%55.88%-
HSV(B)192.56º26.22%64.31%-
XYZ26.3130.1939.56-
YUV145.86138.24110.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.5%
GREEN value IS 155 (60.94% from 255) = 35.23%
BLUE value IS 164 (64.45% from 255) = 37.27%
R=27.5%
G=35.23%
B=37.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211551640.260.0500.36192.5619.1155.88
Hex799BA41A5024c11338
Octal1712332443250443012370
Binary111100110011011101001001101010101001001100000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,155,164); }

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

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

 a { background-color: rgb(121,155,164); }

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

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

 span { border-color: rgb(121,155,164); }

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