#779DBA

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

Shades of Bali Hai #779DBA

Tints of Bali Hai #779DBA

Color information

#779DBA (or 0x779DBA) is unknown color: approx Bali Hai. HEX triplet: 77, 9D and BA. RGB value is (119,157,186). Sum of RGB (Red+Green+Blue) = 119+157+186=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #779DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DBA is #886245. Grayscale: #949494. Windows color (decimal): -8938054 or 12230007. OLE color: 12230007.

HSL color Cylindrical-coordinate representation of color #779DBA: hue angle of 205.97º 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 #779DBA is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB119157186-
CMYK0.360.1600.27
HSL205.97º32.68%59.8%-
HSV(B)205.97º36.02%72.94%-
XYZ28.5331.5851.05-
YUV148.94148.91106.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.76%
GREEN value IS 157 (61.72% from 255) = 33.98%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=25.76%
G=33.98%
B=40.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191571860.360.1600.27205.9732.6859.8
Hex779DBA241001Bce213c
Octal16723527244200333164174
Binary111011110011101101110101001001000001101111001110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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