#769EB4

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

Shades of Bali Hai #769EB4

Tints of Bali Hai #769EB4

Color information

#769EB4 (or 0x769EB4) is unknown color: approx Bali Hai. HEX triplet: 76, 9E and B4. RGB value is (118,158,180). Sum of RGB (Red+Green+Blue) = 118+158+180=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 180 - color contains mainly: blue. Hex color #769EB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769EB4 is #89614B. Grayscale: #949494. Windows color (decimal): -9003340 or 11837046. OLE color: 11837046.

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

Color convert

RGB118158180-
CMYK0.340.1200.29
HSL201.29º29.25%58.43%-
HSV(B)201.29º34.44%70.59%-
XYZ27.9431.647.81-
YUV148.55145.75106.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.88%
GREEN value IS 158 (62.11% from 255) = 34.65%
BLUE value IS 180 (70.70% from 255) = 39.47%
R=25.88%
G=34.65%
B=39.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181581800.340.1200.29201.2929.2558.43
Hex769EB422C01Dc91d3a
Octal16623626442140353113572
Binary1110110100111101011010010001011000111011100100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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