#727D9D

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

Shades of Ship Cove #727D9D

Tints of Ship Cove #727D9D

Color information

#727D9D (or 0x727D9D) is unknown color: approx Ship Cove. HEX triplet: 72, 7D and 9D. RGB value is (114,125,157). Sum of RGB (Red+Green+Blue) = 114+125+157=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 157 - color contains mainly: blue. Hex color #727D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727D9D is #8D8262. Grayscale: #7D7D7D. Windows color (decimal): -9273955 or 10321266. OLE color: 10321266.

HSL color Cylindrical-coordinate representation of color #727D9D: hue angle of 224.65º 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 #727D9D is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB114125157-
CMYK0.270.2000.38
HSL224.65º17.99%53.14%-
HSV(B)224.65º27.39%61.57%-
XYZ20.3620.6834.82-
YUV125.36145.86119.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.79%
GREEN value IS 125 (49.22% from 255) = 31.57%
BLUE value IS 157 (61.72% from 255) = 39.65%
R=28.79%
G=31.57%
B=39.65%

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
Decimal1141251570.270.2000.38224.6517.9953.14
Hex727D9D1B14026e11235
Octal16217523533240463412265
Binary1110010111110110011101110111010001001101110000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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