#769BB4

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

Shades of Bali Hai #769BB4

Tints of Bali Hai #769BB4

Color information

#769BB4 (or 0x769BB4) is unknown color: approx Bali Hai. HEX triplet: 76, 9B and B4. RGB value is (118,155,180). Sum of RGB (Red+Green+Blue) = 118+155+180=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 180 - color contains mainly: blue. Hex color #769BB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769BB4 is #89644B. Grayscale: #929292. Windows color (decimal): -9004108 or 11836278. OLE color: 11836278.

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

Color convert

RGB118155180-
CMYK0.340.1400.29
HSL204.19º29.25%58.43%-
HSV(B)204.19º34.44%70.59%-
XYZ27.4330.5947.64-
YUV146.79146.74107.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.05%
GREEN value IS 155 (60.94% from 255) = 34.22%
BLUE value IS 180 (70.70% from 255) = 39.74%
R=26.05%
G=34.22%
B=39.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181551800.340.1400.29204.1929.2558.43
Hex769BB422E01Dcc1d3a
Octal16623326442160353143572
Binary1110110100110111011010010001011100111011100110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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