#779EB4

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

Shades of Bali Hai #779EB4

Tints of Bali Hai #779EB4

Color information

#779EB4 (or 0x779EB4) is unknown color: approx Bali Hai. HEX triplet: 77, 9E and B4. RGB value is (119,158,180). Sum of RGB (Red+Green+Blue) = 119+158+180=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 180 - color contains mainly: blue. Hex color #779EB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779EB4 is #88614B. Grayscale: #949494. Windows color (decimal): -8937804 or 11837047. OLE color: 11837047.

HSL color Cylindrical-coordinate representation of color #779EB4: hue angle of 201.64º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #779EB4 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB119158180-
CMYK0.340.1200.29
HSL201.64º28.91%58.63%-
HSV(B)201.64º33.89%70.59%-
XYZ28.0731.6747.81-
YUV148.85145.58106.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.04%
GREEN value IS 158 (62.11% from 255) = 34.57%
BLUE value IS 180 (70.70% from 255) = 39.39%
R=26.04%
G=34.57%
B=39.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1191581800.340.1200.29201.6428.9158.63
Hex779EB422C01Dca1d3b
Octal16723626442140353123573
Binary1110111100111101011010010001011000111011100101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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