#757DAC

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

Shades of Ship Cove #757DAC

Tints of Ship Cove #757DAC

Color information

#757DAC (or 0x757DAC) is unknown color: approx Ship Cove. HEX triplet: 75, 7D and AC. RGB value is (117,125,172). Sum of RGB (Red+Green+Blue) = 117+125+172=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #757DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757DAC is #8A8253. Grayscale: #7F7F7F. Windows color (decimal): -9077332 or 11304309. OLE color: 11304309.

HSL color Cylindrical-coordinate representation of color #757DAC: hue angle of 231.27º 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 #757DAC is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117125172-
CMYK0.320.2700.33
HSL231.27º24.89%56.67%-
HSV(B)231.27º31.98%67.45%-
XYZ22.1221.4342-
YUV127.97152.85120.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.26%
GREEN value IS 125 (49.22% from 255) = 30.19%
BLUE value IS 172 (67.58% from 255) = 41.55%
R=28.26%
G=30.19%
B=41.55%

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
Decimal1171251720.320.2700.33231.2724.8956.67
Hex757DAC201B021e71939
Octal16517525440330413473171
Binary11101011111101101011001000001101101000011110011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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