#757FAE

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

Shades of Ship Cove #757FAE

Tints of Ship Cove #757FAE

Color information

#757FAE (or 0x757FAE) is unknown color: approx Ship Cove. HEX triplet: 75, 7F and AE. RGB value is (117,127,174). Sum of RGB (Red+Green+Blue) = 117+127+174=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #757FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757FAE is #8A8051. Grayscale: #818181. Windows color (decimal): -9076818 or 11435893. OLE color: 11435893.

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

Color convert

RGB117127174-
CMYK0.330.2700.32
HSL229.47º26.03%57.06%-
HSV(B)229.47º32.76%68.24%-
XYZ22.5722.0243.1-
YUV129.37153.19119.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.99%
GREEN value IS 127 (50% from 255) = 30.38%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=27.99%
G=30.38%
B=41.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171271740.330.2700.32229.4726.0357.06
Hex757FAE211B020e51a39
Octal16517725641330403453271
Binary11101011111111101011101000011101101000001110010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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