#7597AF

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

Shades of Bali Hai #7597AF

Tints of Bali Hai #7597AF

Color information

#7597AF (or 0x7597AF) is unknown color: approx Bali Hai. HEX triplet: 75, 97 and AF. RGB value is (117,151,175). Sum of RGB (Red+Green+Blue) = 117+151+175=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #7597AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7597AF is #8A6850. Grayscale: #8F8F8F. Windows color (decimal): -9070673 or 11507573. OLE color: 11507573.

HSL color Cylindrical-coordinate representation of color #7597AF: hue angle of 204.83º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7597AF is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB117151175-
CMYK0.330.1400.31
HSL204.83º26.61%57.25%-
HSV(B)204.83º33.14%68.63%-
XYZ26.1429.0144.78-
YUV143.57145.74109.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.41%
GREEN value IS 151 (59.38% from 255) = 34.09%
BLUE value IS 175 (68.75% from 255) = 39.50%
R=26.41%
G=34.09%
B=39.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171511750.330.1400.31204.8326.6157.25
Hex7597AF21E01Fcd1b39
Octal16522725741160373153371
Binary1110101100101111010111110000111100111111100110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7597AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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