#769FB0

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

Shades of Bali Hai #769FB0

Tints of Bali Hai #769FB0

Color information

#769FB0 (or 0x769FB0) is unknown color: approx Bali Hai. HEX triplet: 76, 9F and B0. RGB value is (118,159,176). Sum of RGB (Red+Green+Blue) = 118+159+176=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 176 - color contains mainly: blue. Hex color #769FB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769FB0 is #89604F. Grayscale: #949494. Windows color (decimal): -9003088 or 11575158. OLE color: 11575158.

HSL color Cylindrical-coordinate representation of color #769FB0: hue angle of 197.59º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #769FB0 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB118159176-
CMYK0.330.1000.31
HSL197.59º26.85%57.65%-
HSV(B)197.59º32.95%69.02%-
XYZ27.7131.7845.75-
YUV148.68143.42106.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.05%
GREEN value IS 159 (62.5% from 255) = 35.10%
BLUE value IS 176 (69.14% from 255) = 38.85%
R=26.05%
G=35.10%
B=38.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181591760.330.1000.31197.5926.8557.65
Hex769FB021A01Fc61b3a
Octal16623726041120373063372
Binary1110110100111111011000010000110100111111100011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,159,176); }

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

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

 a { background-color: rgb(118,159,176); }

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

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

 span { border-color: rgb(118,159,176); }

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