#727DAE

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

Shades of Ship Cove #727DAE

Tints of Ship Cove #727DAE

Color information

#727DAE (or 0x727DAE) is unknown color: approx Ship Cove. HEX triplet: 72, 7D and AE. RGB value is (114,125,174). Sum of RGB (Red+Green+Blue) = 114+125+174=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #727DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727DAE is #8D8251. Grayscale: #7F7F7F. Windows color (decimal): -9273938 or 11435378. OLE color: 11435378.

HSL color Cylindrical-coordinate representation of color #727DAE: hue angle of 229º 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 #727DAE is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB114125174-
CMYK0.340.2800.32
HSL229º27.03%56.47%-
HSV(B)229º34.48%68.24%-
XYZ21.9121.343-
YUV127.3154.36118.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.60%
GREEN value IS 125 (49.22% from 255) = 30.27%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=27.60%
G=30.27%
B=42.13%

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
Decimal1141251740.340.2800.3222927.0356.47
Hex727DAE221C020e51b38
Octal16217525642340403453370
Binary11100101111101101011101000101110001000001110010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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