#759AAC

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

Shades of Bali Hai #759AAC

Tints of Bali Hai #759AAC

Color information

#759AAC (or 0x759AAC) is unknown color: approx Bali Hai. HEX triplet: 75, 9A and AC. RGB value is (117,154,172). Sum of RGB (Red+Green+Blue) = 117+154+172=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #759AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759AAC is #8A6553. Grayscale: #909090. Windows color (decimal): -9069908 or 11311733. OLE color: 11311733.

HSL color Cylindrical-coordinate representation of color #759AAC: hue angle of 199.64º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #759AAC is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117154172-
CMYK0.320.1000.33
HSL199.64º24.89%56.67%-
HSV(B)199.64º31.98%67.45%-
XYZ26.3429.8743.41-
YUV144.99143.24108.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.41%
GREEN value IS 154 (60.55% from 255) = 34.76%
BLUE value IS 172 (67.58% from 255) = 38.83%
R=26.41%
G=34.76%
B=38.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171541720.320.1000.33199.6424.8956.67
Hex759AAC20A021c81939
Octal16523225440120413103171
Binary11101011001101010101100100000101001000011100100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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