#769AB9

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

Shades of Bali Hai #769AB9

Tints of Bali Hai #769AB9

Color information

#769AB9 (or 0x769AB9) is unknown color: approx Bali Hai. HEX triplet: 76, 9A and B9. RGB value is (118,154,185). Sum of RGB (Red+Green+Blue) = 118+154+185=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 185 - color contains mainly: blue. Hex color #769AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769AB9 is #896546. Grayscale: #929292. Windows color (decimal): -9004359 or 12163702. OLE color: 12163702.

HSL color Cylindrical-coordinate representation of color #769AB9: hue angle of 207.76º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #769AB9 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118154185-
CMYK0.360.1700.27
HSL207.76º32.37%59.41%-
HSV(B)207.76º36.22%72.55%-
XYZ27.7830.4750.32-
YUV146.77149.57107.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.82%
GREEN value IS 154 (60.55% from 255) = 33.70%
BLUE value IS 185 (72.66% from 255) = 40.48%
R=25.82%
G=33.70%
B=40.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181541850.360.1700.27207.7632.3759.41
Hex769AB9241101Bd0203b
Octal16623227144210333204073
Binary111011010011010101110011001001000101101111010000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,154,185); }

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

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

 a { background-color: rgb(118,154,185); }

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

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

 span { border-color: rgb(118,154,185); }

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