#727EAE

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

Shades of Ship Cove #727EAE

Tints of Ship Cove #727EAE

Color information

#727EAE (or 0x727EAE) is unknown color: approx Ship Cove. HEX triplet: 72, 7E and AE. RGB value is (114,126,174). Sum of RGB (Red+Green+Blue) = 114+126+174=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #727EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727EAE is #8D8151. Grayscale: #7F7F7F. Windows color (decimal): -9273682 or 11435634. OLE color: 11435634.

HSL color Cylindrical-coordinate representation of color #727EAE: hue angle of 228º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #727EAE is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB114126174-
CMYK0.340.2800.32
HSL228º27.03%56.47%-
HSV(B)228º34.48%68.24%-
XYZ22.0421.5643.04-
YUV127.88154.02118.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.54%
GREEN value IS 126 (49.61% from 255) = 30.43%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=27.54%
G=30.43%
B=42.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141261740.340.2800.3222827.0356.47
Hex727EAE221C020e41b38
Octal16217625642340403443370
Binary11100101111110101011101000101110001000001110010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727EAE; }

 p { color: rgb(114,126,174); }

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

<style>
 a { background-color: #727EAE; }

 a { background-color: rgb(114,126,174); }

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

<style>
 span { border-color: #727EAE; }

 span { border-color: rgb(114,126,174); }

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