#779AAD

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

Shades of Bali Hai #779AAD

Tints of Bali Hai #779AAD

Color information

#779AAD (or 0x779AAD) is unknown color: approx Bali Hai. HEX triplet: 77, 9A and AD. RGB value is (119,154,173). Sum of RGB (Red+Green+Blue) = 119+154+173=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #779AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779AAD is #886552. Grayscale: #919191. Windows color (decimal): -8938835 or 11377271. OLE color: 11377271.

HSL color Cylindrical-coordinate representation of color #779AAD: hue angle of 201.11º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #779AAD is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119154173-
CMYK0.310.1100.32
HSL201.11º24.77%57.25%-
HSV(B)201.11º31.21%67.84%-
XYZ26.7130.0543.93-
YUV145.7143.4108.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.68%
GREEN value IS 154 (60.55% from 255) = 34.53%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=26.68%
G=34.53%
B=38.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191541730.310.1100.32201.1124.7757.25
Hex779AAD1FB020c91939
Octal16723225537130403113171
Binary1110111100110101010110111111101101000001100100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,154,173); }

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

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

 a { background-color: rgb(119,154,173); }

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

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

 span { border-color: rgb(119,154,173); }

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