#7595B1

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

Shades of Bali Hai #7595B1

Tints of Bali Hai #7595B1

Color information

#7595B1 (or 0x7595B1) is unknown color: approx Bali Hai. HEX triplet: 75, 95 and B1. RGB value is (117,149,177). Sum of RGB (Red+Green+Blue) = 117+149+177=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 177 - color contains mainly: blue. Hex color #7595B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7595B1 is #8A6A4E. Grayscale: #8E8E8E. Windows color (decimal): -9071183 or 11638133. OLE color: 11638133.

HSL color Cylindrical-coordinate representation of color #7595B1: hue angle of 208º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7595B1 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB117149177-
CMYK0.340.1600.31
HSL208º27.78%57.65%-
HSV(B)208º33.9%69.41%-
XYZ26.0228.4545.72-
YUV142.62147.4109.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.41%
GREEN value IS 149 (58.59% from 255) = 33.63%
BLUE value IS 177 (69.53% from 255) = 39.95%
R=26.41%
G=33.63%
B=39.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171491770.340.1600.3120827.7857.65
Hex7595B1221001Fd01c3a
Octal16522526142200373203472
Binary11101011001010110110001100010100000111111101000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7595B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7595B1; }

 p { color: rgb(117,149,177); }

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

<style>
 a { background-color: #7595B1; }

 a { background-color: rgb(117,149,177); }

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

<style>
 span { border-color: #7595B1; }

 span { border-color: rgb(117,149,177); }

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