#769FB2

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

Shades of Bali Hai #769FB2

Tints of Bali Hai #769FB2

Color information

#769FB2 (or 0x769FB2) is unknown color: approx Bali Hai. HEX triplet: 76, 9F and B2. RGB value is (118,159,178). Sum of RGB (Red+Green+Blue) = 118+159+178=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 178 - color contains mainly: blue. Hex color #769FB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769FB2 is #89604D. Grayscale: #949494. Windows color (decimal): -9003086 or 11706230. OLE color: 11706230.

HSL color Cylindrical-coordinate representation of color #769FB2: hue angle of 199º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #769FB2 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB118159178-
CMYK0.340.1100.30
HSL199º28.04%58.04%-
HSV(B)199º33.71%69.8%-
XYZ27.9131.8646.8-
YUV148.91144.42105.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.93%
GREEN value IS 159 (62.5% from 255) = 34.95%
BLUE value IS 178 (69.92% from 255) = 39.12%
R=25.93%
G=34.95%
B=39.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181591780.340.1100.3019928.0458.04
Hex769FB222B01Ec71c3a
Octal16623726242130363073472
Binary1110110100111111011001010001010110111101100011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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