#779BAD

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

Shades of Bali Hai #779BAD

Tints of Bali Hai #779BAD

Color information

#779BAD (or 0x779BAD) is unknown color: approx Bali Hai. HEX triplet: 77, 9B and AD. RGB value is (119,155,173). Sum of RGB (Red+Green+Blue) = 119+155+173=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #779BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779BAD is #886452. Grayscale: #929292. Windows color (decimal): -8938579 or 11377527. OLE color: 11377527.

HSL color Cylindrical-coordinate representation of color #779BAD: hue angle of 200º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #779BAD is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119155173-
CMYK0.310.1000.32
HSL200º24.77%57.25%-
HSV(B)200º31.21%67.84%-
XYZ26.8730.3843.98-
YUV146.29143.07108.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.62%
GREEN value IS 155 (60.94% from 255) = 34.68%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=26.62%
G=34.68%
B=38.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191551730.310.1000.3220024.7757.25
Hex779BAD1FA020c81939
Octal16723325537120403103171
Binary1110111100110111010110111111101001000001100100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779BAD; }

 p { color: rgb(119,155,173); }

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

<style>
 a { background-color: #779BAD; }

 a { background-color: rgb(119,155,173); }

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

<style>
 span { border-color: #779BAD; }

 span { border-color: rgb(119,155,173); }

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