#769BB3

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

Shades of Bali Hai #769BB3

Tints of Bali Hai #769BB3

Color information

#769BB3 (or 0x769BB3) is unknown color: approx Bali Hai. HEX triplet: 76, 9B and B3. RGB value is (118,155,179). Sum of RGB (Red+Green+Blue) = 118+155+179=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 179 - color contains mainly: blue. Hex color #769BB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769BB3 is #89644C. Grayscale: #929292. Windows color (decimal): -9004109 or 11770742. OLE color: 11770742.

HSL color Cylindrical-coordinate representation of color #769BB3: hue angle of 203.61º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #769BB3 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB118155179-
CMYK0.340.1300.30
HSL203.61º28.64%58.24%-
HSV(B)203.61º34.08%70.2%-
XYZ27.3330.5547.1-
YUV146.67146.24107.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.11%
GREEN value IS 155 (60.94% from 255) = 34.29%
BLUE value IS 179 (70.31% from 255) = 39.60%
R=26.11%
G=34.29%
B=39.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181551790.340.1300.30203.6128.6458.24
Hex769BB322D01Ecc1d3a
Octal16623326342150363143572
Binary1110110100110111011001110001011010111101100110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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