#7598AA

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

Shades of Bali Hai #7598AA

Tints of Bali Hai #7598AA

Color information

#7598AA (or 0x7598AA) is unknown color: approx Bali Hai. HEX triplet: 75, 98 and AA. RGB value is (117,152,170). Sum of RGB (Red+Green+Blue) = 117+152+170=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #7598AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7598AA is #8A6755. Grayscale: #8F8F8F. Windows color (decimal): -9070422 or 11180149. OLE color: 11180149.

HSL color Cylindrical-coordinate representation of color #7598AA: hue angle of 200.38º 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 #7598AA is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117152170-
CMYK0.310.1100.33
HSL200.38º23.77%56.27%-
HSV(B)200.38º31.18%66.67%-
XYZ25.8229.1442.29-
YUV143.59142.9109.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.65%
GREEN value IS 152 (59.77% from 255) = 34.62%
BLUE value IS 170 (66.80% from 255) = 38.72%
R=26.65%
G=34.62%
B=38.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171521700.310.1100.33200.3823.7756.27
Hex7598AA1FB021c81838
Octal16523025237130413103070
Binary1110101100110001010101011111101101000011100100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7598AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7598AA; }

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

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

<style>
 a { background-color: #7598AA; }

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

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

<style>
 span { border-color: #7598AA; }

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

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