#759AA6

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

Shades of Bali Hai #759AA6

Tints of Bali Hai #759AA6

Color information

#759AA6 (or 0x759AA6) is unknown color: approx Bali Hai. HEX triplet: 75, 9A and A6. RGB value is (117,154,166). Sum of RGB (Red+Green+Blue) = 117+154+166=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 166 - color contains mainly: blue. Hex color #759AA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759AA6 is #8A6559. Grayscale: #909090. Windows color (decimal): -9069914 or 10918517. OLE color: 10918517.

HSL color Cylindrical-coordinate representation of color #759AA6: hue angle of 194.69º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #759AA6 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB117154166-
CMYK0.300.0700.35
HSL194.69º21.59%55.49%-
HSV(B)194.69º29.52%65.1%-
XYZ25.7729.6540.44-
YUV144.3140.24108.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.77%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 166 (65.23% from 255) = 37.99%
R=26.77%
G=35.24%
B=37.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171541660.300.0700.35194.6921.5955.49
Hex759AA61E7023c31637
Octal1652322463670433032667
Binary111010110011010101001101111011101000111100001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759AA6; }

 p { color: rgb(117,154,166); }

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

<style>
 a { background-color: #759AA6; }

 a { background-color: rgb(117,154,166); }

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

<style>
 span { border-color: #759AA6; }

 span { border-color: rgb(117,154,166); }

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