#757998

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

Shades of Ship Cove #757998

Tints of Ship Cove #757998

Color information

#757998 (or 0x757998) is unknown color: approx Ship Cove. HEX triplet: 75, 79 and 98. RGB value is (117,121,152). Sum of RGB (Red+Green+Blue) = 117+121+152=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 152 - color contains mainly: blue. Hex color #757998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757998 is #8A8667. Grayscale: #7B7B7B. Windows color (decimal): -9078376 or 9992565. OLE color: 9992565.

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

Color convert

RGB117121152-
CMYK0.230.2000.40
HSL233.14º14.52%52.75%-
HSV(B)233.14º23.03%59.61%-
XYZ19.8419.7232.47-
YUV123.34144.17123.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 152 (59.77% from 255) = 38.97%
R=30%
G=31.03%
B=38.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171211520.230.2000.40233.1414.5252.75
Hex7579981714028e9f35
Octal16517123027240503511765
Binary111010111110011001100010111101000101000111010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757998; }

 p { color: rgb(117,121,152); }

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

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

 a { background-color: rgb(117,121,152); }

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

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

 span { border-color: rgb(117,121,152); }

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