#779CB2

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

Shades of Bali Hai #779CB2

Tints of Bali Hai #779CB2

Color information

#779CB2 (or 0x779CB2) is unknown color: approx Bali Hai. HEX triplet: 77, 9C and B2. RGB value is (119,156,178). Sum of RGB (Red+Green+Blue) = 119+156+178=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 178 - color contains mainly: blue. Hex color #779CB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779CB2 is #88634D. Grayscale: #939393. Windows color (decimal): -8938318 or 11705463. OLE color: 11705463.

HSL color Cylindrical-coordinate representation of color #779CB2: hue angle of 202.37º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #779CB2 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB119156178-
CMYK0.330.1200.30
HSL202.37º27.7%58.24%-
HSV(B)202.37º33.15%69.8%-
XYZ27.5330.9146.64-
YUV147.44145.24107.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.27%
GREEN value IS 156 (61.33% from 255) = 34.44%
BLUE value IS 178 (69.92% from 255) = 39.29%
R=26.27%
G=34.44%
B=39.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1191561780.330.1200.30202.3727.758.24
Hex779CB221C01Eca1c3a
Octal16723426241140363123472
Binary1110111100111001011001010000111000111101100101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,156,178); }

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

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

 a { background-color: rgb(119,156,178); }

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

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

 span { border-color: rgb(119,156,178); }

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