#759AAA

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

Shades of Bali Hai #759AAA

Tints of Bali Hai #759AAA

Color information

#759AAA (or 0x759AAA) is unknown color: approx Bali Hai. HEX triplet: 75, 9A and AA. RGB value is (117,154,170). Sum of RGB (Red+Green+Blue) = 117+154+170=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #759AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759AAA is #8A6555. Grayscale: #909090. Windows color (decimal): -9069910 or 11180661. OLE color: 11180661.

HSL color Cylindrical-coordinate representation of color #759AAA: hue angle of 198.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #759AAA is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117154170-
CMYK0.310.0900.33
HSL198.11º23.77%56.27%-
HSV(B)198.11º31.18%66.67%-
XYZ26.1529.842.4-
YUV144.76142.24108.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.53%
GREEN value IS 154 (60.55% from 255) = 34.92%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=26.53%
G=34.92%
B=38.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171541700.310.0900.33198.1123.7756.27
Hex759AAA1F9021c61838
Octal16523225237110413063070
Binary1110101100110101010101011111100101000011100011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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