#7594B2

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

Shades of Bali Hai #7594B2

Tints of Bali Hai #7594B2

Color information

#7594B2 (or 0x7594B2) is unknown color: approx Bali Hai. HEX triplet: 75, 94 and B2. RGB value is (117,148,178). Sum of RGB (Red+Green+Blue) = 117+148+178=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 178 - color contains mainly: blue. Hex color #7594B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7594B2 is #8A6B4D. Grayscale: #8E8E8E. Windows color (decimal): -9071438 or 11703413. OLE color: 11703413.

HSL color Cylindrical-coordinate representation of color #7594B2: hue angle of 209.51º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7594B2 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB117148178-
CMYK0.340.1700.30
HSL209.51º28.37%57.84%-
HSV(B)209.51º34.27%69.8%-
XYZ25.9628.1846.19-
YUV142.15148.23110.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.41%
GREEN value IS 148 (58.20% from 255) = 33.41%
BLUE value IS 178 (69.92% from 255) = 40.18%
R=26.41%
G=33.41%
B=40.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171481780.340.1700.30209.5128.3757.84
Hex7594B2221101Ed21c3a
Octal16522426242210363223472
Binary11101011001010010110010100010100010111101101001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7594B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7594B2; }

 p { color: rgb(117,148,178); }

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

<style>
 a { background-color: #7594B2; }

 a { background-color: rgb(117,148,178); }

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

<style>
 span { border-color: #7594B2; }

 span { border-color: rgb(117,148,178); }

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