#757EAC

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

Shades of Ship Cove #757EAC

Tints of Ship Cove #757EAC

Color information

#757EAC (or 0x757EAC) is unknown color: approx Ship Cove. HEX triplet: 75, 7E and AC. RGB value is (117,126,172). Sum of RGB (Red+Green+Blue) = 117+126+172=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #757EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757EAC is #8A8153. Grayscale: #808080. Windows color (decimal): -9077076 or 11304565. OLE color: 11304565.

HSL color Cylindrical-coordinate representation of color #757EAC: hue angle of 230.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #757EAC is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117126172-
CMYK0.320.2700.33
HSL230.18º24.89%56.67%-
HSV(B)230.18º31.98%67.45%-
XYZ22.2421.6842.04-
YUV128.55152.52119.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 126 (49.61% from 255) = 30.36%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=28.19%
G=30.36%
B=41.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171261720.320.2700.33230.1824.8956.67
Hex757EAC201B021e61939
Octal16517625440330413463171
Binary11101011111110101011001000001101101000011110011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,126,172); }

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

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

 a { background-color: rgb(117,126,172); }

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

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

 span { border-color: rgb(117,126,172); }

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