#727C9D

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

Shades of Ship Cove #727C9D

Tints of Ship Cove #727C9D

Color information

#727C9D (or 0x727C9D) is unknown color: approx Ship Cove. HEX triplet: 72, 7C and 9D. RGB value is (114,124,157). Sum of RGB (Red+Green+Blue) = 114+124+157=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #727C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727C9D is #8D8362. Grayscale: #7C7C7C. Windows color (decimal): -9274211 or 10321010. OLE color: 10321010.

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

Color convert

RGB114124157-
CMYK0.270.2100.38
HSL226.05º17.99%53.14%-
HSV(B)226.05º27.39%61.57%-
XYZ20.2320.4334.77-
YUV124.77146.19120.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.86%
GREEN value IS 124 (48.83% from 255) = 31.39%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=28.86%
G=31.39%
B=39.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141241570.270.2100.38226.0517.9953.14
Hex727C9D1B15026e21235
Octal16217423533250463422265
Binary1110010111110010011101110111010101001101110001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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