#7597AE

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

Shades of Bali Hai #7597AE

Tints of Bali Hai #7597AE

Color information

#7597AE (or 0x7597AE) is unknown color: approx Bali Hai. HEX triplet: 75, 97 and AE. RGB value is (117,151,174). Sum of RGB (Red+Green+Blue) = 117+151+174=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #7597AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7597AE is #8A6851. Grayscale: #8F8F8F. Windows color (decimal): -9070674 or 11442037. OLE color: 11442037.

HSL color Cylindrical-coordinate representation of color #7597AE: hue angle of 204.21º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7597AE is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB117151174-
CMYK0.330.1300.32
HSL204.21º26.03%57.06%-
HSV(B)204.21º32.76%68.24%-
XYZ26.0428.9744.26-
YUV143.46145.24109.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.47%
GREEN value IS 151 (59.38% from 255) = 34.16%
BLUE value IS 174 (68.36% from 255) = 39.37%
R=26.47%
G=34.16%
B=39.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171511740.330.1300.32204.2126.0357.06
Hex7597AE21D020cc1a39
Octal16522725641150403143271
Binary11101011001011110101110100001110101000001100110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7597AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7597AE; }

 p { color: rgb(117,151,174); }

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

<style>
 a { background-color: #7597AE; }

 a { background-color: rgb(117,151,174); }

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

<style>
 span { border-color: #7597AE; }

 span { border-color: rgb(117,151,174); }

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