#769CBA

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

Shades of Bali Hai #769CBA

Tints of Bali Hai #769CBA

Color information

#769CBA (or 0x769CBA) is unknown color: approx Bali Hai. HEX triplet: 76, 9C and BA. RGB value is (118,156,186). Sum of RGB (Red+Green+Blue) = 118+156+186=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #769CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769CBA is #896345. Grayscale: #939393. Windows color (decimal): -9003846 or 12229750. OLE color: 12229750.

HSL color Cylindrical-coordinate representation of color #769CBA: hue angle of 206.47º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #769CBA is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118156186-
CMYK0.370.1600.27
HSL206.47º33.01%59.61%-
HSV(B)206.47º36.56%72.94%-
XYZ28.2231.1750.98-
YUV148.06149.41106.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.65%
GREEN value IS 156 (61.33% from 255) = 33.91%
BLUE value IS 186 (73.05% from 255) = 40.43%
R=25.65%
G=33.91%
B=40.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181561860.370.1600.27206.4733.0159.61
Hex769CBA251001Bce213c
Octal16623427245200333164174
Binary111011010011100101110101001011000001101111001110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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