#757899

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

Shades of Ship Cove #757899

Tints of Ship Cove #757899

Color information

#757899 (or 0x757899) is unknown color: approx Ship Cove. HEX triplet: 75, 78 and 99. RGB value is (117,120,153). Sum of RGB (Red+Green+Blue) = 117+120+153=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #757899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757899 is #8A8766. Grayscale: #7A7A7A. Windows color (decimal): -9078631 or 10057845. OLE color: 10057845.

HSL color Cylindrical-coordinate representation of color #757899: hue angle of 235º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #757899 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB117120153-
CMYK0.240.2200.4
HSL235º15%52.94%-
HSV(B)235º23.53%60%-
XYZ19.819.5132.86-
YUV122.86145.01123.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 120 (47.27% from 255) = 30.77%
BLUE value IS 153 (60.16% from 255) = 39.23%
R=30%
G=30.77%
B=39.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1171201530.240.2200.42351552.94
Hex7578991816028ebf35
Octal16517023130260503531765
Binary111010111110001001100111000101100101000111010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757899; }

 p { color: rgb(117,120,153); }

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

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

 a { background-color: rgb(117,120,153); }

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

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

 span { border-color: rgb(117,120,153); }

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