#769CB4

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

Shades of Bali Hai #769CB4

Tints of Bali Hai #769CB4

Color information

#769CB4 (or 0x769CB4) is unknown color: approx Bali Hai. HEX triplet: 76, 9C and B4. RGB value is (118,156,180). Sum of RGB (Red+Green+Blue) = 118+156+180=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 180 - color contains mainly: blue. Hex color #769CB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769CB4 is #89634B. Grayscale: #939393. Windows color (decimal): -9003852 or 11836534. OLE color: 11836534.

HSL color Cylindrical-coordinate representation of color #769CB4: hue angle of 203.23º 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 #769CB4 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB118156180-
CMYK0.340.1300.29
HSL203.23º29.25%58.43%-
HSV(B)203.23º34.44%70.59%-
XYZ27.630.9247.69-
YUV147.37146.41107.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.99%
GREEN value IS 156 (61.33% from 255) = 34.36%
BLUE value IS 180 (70.70% from 255) = 39.65%
R=25.99%
G=34.36%
B=39.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181561800.340.1300.29203.2329.2558.43
Hex769CB422D01Dcb1d3a
Octal16623426442150353133572
Binary1110110100111001011010010001011010111011100101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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