#757F9E

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

Shades of Ship Cove #757F9E

Tints of Ship Cove #757F9E

Color information

#757F9E (or 0x757F9E) is unknown color: approx Ship Cove. HEX triplet: 75, 7F and 9E. RGB value is (117,127,158). Sum of RGB (Red+Green+Blue) = 117+127+158=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 158 - color contains mainly: blue. Hex color #757F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757F9E is #8A8061. Grayscale: #7F7F7F. Windows color (decimal): -9076834 or 10387317. OLE color: 10387317.

HSL color Cylindrical-coordinate representation of color #757F9E: hue angle of 225.37º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #757F9E is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB117127158-
CMYK0.260.2000.38
HSL225.37º17.45%53.92%-
HSV(B)225.37º25.95%61.96%-
XYZ21.121.4335.37-
YUV127.54145.19120.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.10%
GREEN value IS 127 (50% from 255) = 31.59%
BLUE value IS 158 (62.11% from 255) = 39.30%
R=29.10%
G=31.59%
B=39.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171271580.260.2000.38225.3717.4553.92
Hex757F9E1A14026e11136
Octal16517723632240463412166
Binary1110101111111110011110110101010001001101110000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757F9E; }

 p { color: rgb(117,127,158); }

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

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

 a { background-color: rgb(117,127,158); }

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

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

 span { border-color: rgb(117,127,158); }

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