#769BBA

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

Shades of Bali Hai #769BBA

Tints of Bali Hai #769BBA

Color information

#769BBA (or 0x769BBA) is unknown color: approx Bali Hai. HEX triplet: 76, 9B and BA. RGB value is (118,155,186). Sum of RGB (Red+Green+Blue) = 118+155+186=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #769BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769BBA is #896445. Grayscale: #939393. Windows color (decimal): -9004102 or 12229494. OLE color: 12229494.

HSL color Cylindrical-coordinate representation of color #769BBA: hue angle of 207.35º 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 #769BBA is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118155186-
CMYK0.370.1700.27
HSL207.35º33.01%59.61%-
HSV(B)207.35º36.56%72.94%-
XYZ28.0630.8450.93-
YUV147.47149.74106.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.71%
GREEN value IS 155 (60.94% from 255) = 33.77%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=25.71%
G=33.77%
B=40.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181551860.370.1700.27207.3533.0159.61
Hex769BBA251101Bcf213c
Octal16623327245210333174174
Binary111011010011011101110101001011000101101111001111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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