#779DB1

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

Shades of Bali Hai #779DB1

Tints of Bali Hai #779DB1

Color information

#779DB1 (or 0x779DB1) is unknown color: approx Bali Hai. HEX triplet: 77, 9D and B1. RGB value is (119,157,177). Sum of RGB (Red+Green+Blue) = 119+157+177=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 177 - color contains mainly: blue. Hex color #779DB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779DB1 is #88624E. Grayscale: #939393. Windows color (decimal): -8938063 or 11640183. OLE color: 11640183.

HSL color Cylindrical-coordinate representation of color #779DB1: hue angle of 200.69º 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 #779DB1 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB119157177-
CMYK0.330.1100.31
HSL200.69º27.1%58.04%-
HSV(B)200.69º32.77%69.41%-
XYZ27.631.2146.16-
YUV147.92144.41107.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.27%
GREEN value IS 157 (61.72% from 255) = 34.66%
BLUE value IS 177 (69.53% from 255) = 39.07%
R=26.27%
G=34.66%
B=39.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191571770.330.1100.31200.6927.158.04
Hex779DB121B01Fc91b3a
Octal16723526141130373113372
Binary1110111100111011011000110000110110111111100100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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