#7594B4

Color #7594B4 Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #7594B4

Tints of Ship Cove #7594B4

Color information

#7594B4 (or 0x7594B4) is unknown color: approx Ship Cove. HEX triplet: 75, 94 and B4. RGB value is (117,148,180). Sum of RGB (Red+Green+Blue) = 117+148+180=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 180 - color contains mainly: blue. Hex color #7594B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7594B4 is #8A6B4B. Grayscale: #8E8E8E. Windows color (decimal): -9071436 or 11834485. OLE color: 11834485.

HSL color Cylindrical-coordinate representation of color #7594B4: hue angle of 210.48º 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 #7594B4 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB117148180-
CMYK0.350.1800.29
HSL210.48º29.58%58.24%-
HSV(B)210.48º35%70.59%-
XYZ26.1628.2647.26-
YUV142.38149.23109.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.29%
GREEN value IS 148 (58.20% from 255) = 33.26%
BLUE value IS 180 (70.70% from 255) = 40.45%
R=26.29%
G=33.26%
B=40.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171481800.350.1800.29210.4829.5858.24
Hex7594B4231201Dd21e3a
Octal16522426443220353223672
Binary11101011001010010110100100011100100111011101001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7594B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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