#757DAD

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

Shades of Ship Cove #757DAD

Tints of Ship Cove #757DAD

Color information

#757DAD (or 0x757DAD) is unknown color: approx Ship Cove. HEX triplet: 75, 7D and AD. RGB value is (117,125,173). Sum of RGB (Red+Green+Blue) = 117+125+173=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #757DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757DAD is #8A8252. Grayscale: #7F7F7F. Windows color (decimal): -9077331 or 11369845. OLE color: 11369845.

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

Color convert

RGB117125173-
CMYK0.320.2800.32
HSL231.43º25.45%56.86%-
HSV(B)231.43º32.37%67.84%-
XYZ22.2121.4742.51-
YUV128.08153.35120.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 125 (49.22% from 255) = 30.12%
BLUE value IS 173 (67.97% from 255) = 41.69%
R=28.19%
G=30.12%
B=41.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171251730.320.2800.32231.4325.4556.86
Hex757DAD201C020e71939
Octal16517525540340403473171
Binary11101011111101101011011000001110001000001110011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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