#779EBC

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

Shades of Bali Hai #779EBC

Tints of Bali Hai #779EBC

Color information

#779EBC (or 0x779EBC) is unknown color: approx Bali Hai. HEX triplet: 77, 9E and BC. RGB value is (119,158,188). Sum of RGB (Red+Green+Blue) = 119+158+188=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #779EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779EBC is #886143. Grayscale: #959595. Windows color (decimal): -8937796 or 12361335. OLE color: 12361335.

HSL color Cylindrical-coordinate representation of color #779EBC: hue angle of 206.09º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #779EBC is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB119158188-
CMYK0.370.1600.26
HSL206.09º33.99%60.2%-
HSV(B)206.09º36.7%73.73%-
XYZ28.9132.0152.23-
YUV149.76149.58106.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.59%
GREEN value IS 158 (62.11% from 255) = 33.98%
BLUE value IS 188 (73.83% from 255) = 40.43%
R=25.59%
G=33.98%
B=40.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1191581880.370.1600.26206.0933.9960.2
Hex779EBC251001Ace223c
Octal16723627445200323164274
Binary111011110011110101111001001011000001101011001110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,158,188); }

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

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

 a { background-color: rgb(119,158,188); }

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

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

 span { border-color: rgb(119,158,188); }

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