#727EA2

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

Shades of Ship Cove #727EA2

Tints of Ship Cove #727EA2

Color information

#727EA2 (or 0x727EA2) is unknown color: approx Ship Cove. HEX triplet: 72, 7E and A2. RGB value is (114,126,162). Sum of RGB (Red+Green+Blue) = 114+126+162=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 162 - color contains mainly: blue. Hex color #727EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727EA2 is #8D815D. Grayscale: #7E7E7E. Windows color (decimal): -9273694 or 10649202. OLE color: 10649202.

HSL color Cylindrical-coordinate representation of color #727EA2: hue angle of 225º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #727EA2 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB114126162-
CMYK0.300.2200.36
HSL225º20.51%54.12%-
HSV(B)225º29.63%63.53%-
XYZ20.9221.1137.15-
YUV126.52148.02119.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.36%
GREEN value IS 126 (49.61% from 255) = 31.34%
BLUE value IS 162 (63.67% from 255) = 40.30%
R=28.36%
G=31.34%
B=40.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141261620.300.2200.3622520.5154.12
Hex727EA21E16024e11536
Octal16217624236260443412566
Binary1110010111111010100010111101011001001001110000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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