#769EAD

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

Shades of Bali Hai #769EAD

Tints of Bali Hai #769EAD

Color information

#769EAD (or 0x769EAD) is unknown color: approx Bali Hai. HEX triplet: 76, 9E and AD. RGB value is (118,158,173). Sum of RGB (Red+Green+Blue) = 118+158+173=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #769EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769EAD is #896152. Grayscale: #939393. Windows color (decimal): -9003347 or 11378294. OLE color: 11378294.

HSL color Cylindrical-coordinate representation of color #769EAD: hue angle of 196.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #769EAD is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB118158173-
CMYK0.320.0900.32
HSL196.36º25.11%57.06%-
HSV(B)196.36º31.79%67.84%-
XYZ27.2431.3244.15-
YUV147.75142.25106.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.28%
GREEN value IS 158 (62.11% from 255) = 35.19%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=26.28%
G=35.19%
B=38.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181581730.320.0900.32196.3625.1157.06
Hex769EAD209020c41939
Octal16623625540110403043171
Binary11101101001111010101101100000100101000001100010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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