#727E9D

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

Shades of Ship Cove #727E9D

Tints of Ship Cove #727E9D

Color information

#727E9D (or 0x727E9D) is unknown color: approx Ship Cove. HEX triplet: 72, 7E and 9D. RGB value is (114,126,157). Sum of RGB (Red+Green+Blue) = 114+126+157=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: blue. Hex color #727E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727E9D is #8D8162. Grayscale: #7D7D7D. Windows color (decimal): -9273699 or 10321522. OLE color: 10321522.

HSL color Cylindrical-coordinate representation of color #727E9D: hue angle of 223.26º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #727E9D is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB114126157-
CMYK0.270.2000.38
HSL223.26º17.99%53.14%-
HSV(B)223.26º27.39%61.57%-
XYZ20.4920.9334.86-
YUV125.95145.52119.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.72%
GREEN value IS 126 (49.61% from 255) = 31.74%
BLUE value IS 157 (61.72% from 255) = 39.55%
R=28.72%
G=31.74%
B=39.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141261570.270.2000.38223.2617.9953.14
Hex727E9D1B14026df1235
Octal16217623533240463372265
Binary1110010111111010011101110111010001001101101111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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