#769EBA

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

Shades of Bali Hai #769EBA

Tints of Bali Hai #769EBA

Color information

#769EBA (or 0x769EBA) is unknown color: approx Bali Hai. HEX triplet: 76, 9E and BA. RGB value is (118,158,186). Sum of RGB (Red+Green+Blue) = 118+158+186=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #769EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769EBA is #896145. Grayscale: #959595. Windows color (decimal): -9003334 or 12230262. OLE color: 12230262.

HSL color Cylindrical-coordinate representation of color #769EBA: hue angle of 204.71º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #769EBA is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118158186-
CMYK0.370.1500.27
HSL204.71º33.01%59.61%-
HSV(B)204.71º36.56%72.94%-
XYZ28.5631.8551.1-
YUV149.23148.75105.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.54%
GREEN value IS 158 (62.11% from 255) = 34.20%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=25.54%
G=34.20%
B=40.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181581860.370.1500.27204.7133.0159.61
Hex769EBA25F01Bcd213c
Octal16623627245170333154174
Binary11101101001111010111010100101111101101111001101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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