#779FB1

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

Shades of Bali Hai #779FB1

Tints of Bali Hai #779FB1

Color information

#779FB1 (or 0x779FB1) is unknown color: approx Bali Hai. HEX triplet: 77, 9F and B1. RGB value is (119,159,177). Sum of RGB (Red+Green+Blue) = 119+159+177=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 177 - color contains mainly: blue. Hex color #779FB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779FB1 is #88604E. Grayscale: #949494. Windows color (decimal): -8937551 or 11640695. OLE color: 11640695.

HSL color Cylindrical-coordinate representation of color #779FB1: hue angle of 198.62º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #779FB1 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB119159177-
CMYK0.330.1000.31
HSL198.62º27.1%58.04%-
HSV(B)198.62º32.77%69.41%-
XYZ27.9431.8946.28-
YUV149.09143.75106.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.15%
GREEN value IS 159 (62.5% from 255) = 34.95%
BLUE value IS 177 (69.53% from 255) = 38.90%
R=26.15%
G=34.95%
B=38.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191591770.330.1000.31198.6227.158.04
Hex779FB121A01Fc71b3a
Octal16723726141120373073372
Binary1110111100111111011000110000110100111111100011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,159,177); }

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

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

 a { background-color: rgb(119,159,177); }

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

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

 span { border-color: rgb(119,159,177); }

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