#769BB0

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

Shades of Bali Hai #769BB0

Tints of Bali Hai #769BB0

Color information

#769BB0 (or 0x769BB0) is unknown color: approx Bali Hai. HEX triplet: 76, 9B and B0. RGB value is (118,155,176). Sum of RGB (Red+Green+Blue) = 118+155+176=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 176 - color contains mainly: blue. Hex color #769BB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769BB0 is #89644F. Grayscale: #929292. Windows color (decimal): -9004112 or 11574134. OLE color: 11574134.

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

Color convert

RGB118155176-
CMYK0.330.1200.31
HSL201.72º26.85%57.65%-
HSV(B)201.72º32.95%69.02%-
XYZ27.0330.4345.52-
YUV146.33144.74107.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.28%
GREEN value IS 155 (60.94% from 255) = 34.52%
BLUE value IS 176 (69.14% from 255) = 39.20%
R=26.28%
G=34.52%
B=39.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181551760.330.1200.31201.7226.8557.65
Hex769BB021C01Fca1b3a
Octal16623326041140373123372
Binary1110110100110111011000010000111000111111100101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,155,176); }

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

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

 a { background-color: rgb(118,155,176); }

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

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

 span { border-color: rgb(118,155,176); }

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