#769FAC

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

Shades of Bali Hai #769FAC

Tints of Bali Hai #769FAC

Color information

#769FAC (or 0x769FAC) is unknown color: approx Bali Hai. HEX triplet: 76, 9F and AC. RGB value is (118,159,172). Sum of RGB (Red+Green+Blue) = 118+159+172=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #769FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769FAC is #896053. Grayscale: #949494. Windows color (decimal): -9003092 or 11313014. OLE color: 11313014.

HSL color Cylindrical-coordinate representation of color #769FAC: hue angle of 194.44º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #769FAC is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118159172-
CMYK0.310.0800.33
HSL194.44º24.55%56.86%-
HSV(B)194.44º31.4%67.45%-
XYZ27.3231.6343.69-
YUV148.22141.42106.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.28%
GREEN value IS 159 (62.5% from 255) = 35.41%
BLUE value IS 172 (67.58% from 255) = 38.31%
R=26.28%
G=35.41%
B=38.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181591720.310.0800.33194.4424.5556.86
Hex769FAC1F8021c21939
Octal16623725437100413023171
Binary1110110100111111010110011111100001000011100001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769FAC; }

 p { color: rgb(118,159,172); }

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

<style>
 a { background-color: #769FAC; }

 a { background-color: rgb(118,159,172); }

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

<style>
 span { border-color: #769FAC; }

 span { border-color: rgb(118,159,172); }

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