#769FB4

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

Shades of Bali Hai #769FB4

Tints of Bali Hai #769FB4

Color information

#769FB4 (or 0x769FB4) is unknown color: approx Bali Hai. HEX triplet: 76, 9F and B4. RGB value is (118,159,180). Sum of RGB (Red+Green+Blue) = 118+159+180=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 180 - color contains mainly: blue. Hex color #769FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769FB4 is #89604B. Grayscale: #959595. Windows color (decimal): -9003084 or 11837302. OLE color: 11837302.

HSL color Cylindrical-coordinate representation of color #769FB4: hue angle of 200.32º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #769FB4 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB118159180-
CMYK0.340.1200.29
HSL200.32º29.25%58.43%-
HSV(B)200.32º34.44%70.59%-
XYZ28.1131.9447.86-
YUV149.14145.42105.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.82%
GREEN value IS 159 (62.5% from 255) = 34.79%
BLUE value IS 180 (70.70% from 255) = 39.39%
R=25.82%
G=34.79%
B=39.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181591800.340.1200.29200.3229.2558.43
Hex769FB422C01Dc81d3a
Octal16623726442140353103572
Binary1110110100111111011010010001011000111011100100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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