#727C9F

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

Shades of Ship Cove #727C9F

Tints of Ship Cove #727C9F

Color information

#727C9F (or 0x727C9F) is unknown color: approx Ship Cove. HEX triplet: 72, 7C and 9F. RGB value is (114,124,159). Sum of RGB (Red+Green+Blue) = 114+124+159=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #727C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727C9F is #8D8360. Grayscale: #7C7C7C. Windows color (decimal): -9274209 or 10452082. OLE color: 10452082.

HSL color Cylindrical-coordinate representation of color #727C9F: hue angle of 226.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #727C9F is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB114124159-
CMYK0.280.2200.38
HSL226.67º18.99%53.53%-
HSV(B)226.67º28.3%62.35%-
XYZ20.4120.535.68-
YUV125147.19120.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.72%
GREEN value IS 124 (48.83% from 255) = 31.23%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=28.72%
G=31.23%
B=40.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141241590.280.2200.38226.6718.9953.53
Hex727C9F1C16026e31336
Octal16217423734260463432366
Binary1110010111110010011111111001011001001101110001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,124,159); }

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

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

 a { background-color: rgb(114,124,159); }

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

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

 span { border-color: rgb(114,124,159); }

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