#7596B4

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

Shades of Bali Hai #7596B4

Tints of Bali Hai #7596B4

Color information

#7596B4 (or 0x7596B4) is unknown color: approx Bali Hai. HEX triplet: 75, 96 and B4. RGB value is (117,150,180). Sum of RGB (Red+Green+Blue) = 117+150+180=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 180 - color contains mainly: blue. Hex color #7596B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7596B4 is #8A694B. Grayscale: #8F8F8F. Windows color (decimal): -9070924 or 11834997. OLE color: 11834997.

HSL color Cylindrical-coordinate representation of color #7596B4: hue angle of 208.57º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7596B4 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB117150180-
CMYK0.350.1700.29
HSL208.57º29.58%58.24%-
HSV(B)208.57º35%70.59%-
XYZ26.4828.8947.36-
YUV143.55148.57109.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.17%
GREEN value IS 150 (58.98% from 255) = 33.56%
BLUE value IS 180 (70.70% from 255) = 40.27%
R=26.17%
G=33.56%
B=40.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171501800.350.1700.29208.5729.5858.24
Hex7596B4231101Dd11e3a
Octal16522626443210353213672
Binary11101011001011010110100100011100010111011101000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7596B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7596B4; }

 p { color: rgb(117,150,180); }

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

<style>
 a { background-color: #7596B4; }

 a { background-color: rgb(117,150,180); }

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

<style>
 span { border-color: #7596B4; }

 span { border-color: rgb(117,150,180); }

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