#779BBA

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

Shades of Bali Hai #779BBA

Tints of Bali Hai #779BBA

Color information

#779BBA (or 0x779BBA) is unknown color: approx Bali Hai. HEX triplet: 77, 9B and BA. RGB value is (119,155,186). Sum of RGB (Red+Green+Blue) = 119+155+186=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #779BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BBA is #886445. Grayscale: #939393. Windows color (decimal): -8938566 or 12229495. OLE color: 12229495.

HSL color Cylindrical-coordinate representation of color #779BBA: hue angle of 207.76º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #779BBA is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB119155186-
CMYK0.360.1700.27
HSL207.76º32.68%59.8%-
HSV(B)207.76º36.02%72.94%-
XYZ28.1930.9150.93-
YUV147.77149.57107.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.87%
GREEN value IS 155 (60.94% from 255) = 33.70%
BLUE value IS 186 (73.05% from 255) = 40.43%
R=25.87%
G=33.70%
B=40.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191551860.360.1700.27207.7632.6859.8
Hex779BBA241101Bd0213c
Octal16723327244210333204174
Binary111011110011011101110101001001000101101111010000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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