#727D9B

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

Shades of Ship Cove #727D9B

Tints of Ship Cove #727D9B

Color information

#727D9B (or 0x727D9B) is unknown color: approx Ship Cove. HEX triplet: 72, 7D and 9B. RGB value is (114,125,155). Sum of RGB (Red+Green+Blue) = 114+125+155=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #727D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727D9B is #8D8264. Grayscale: #7C7C7C. Windows color (decimal): -9273957 or 10190194. OLE color: 10190194.

HSL color Cylindrical-coordinate representation of color #727D9B: hue angle of 223.9º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #727D9B is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB114125155-
CMYK0.260.1900.39
HSL223.9º17.01%52.75%-
HSV(B)223.9º26.45%60.78%-
XYZ20.1920.6133.92-
YUV125.13144.86120.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.93%
GREEN value IS 125 (49.22% from 255) = 31.73%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=28.93%
G=31.73%
B=39.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1141251550.260.1900.39223.917.0152.75
Hex727D9B1A13027e01135
Octal16217523332230473402165
Binary1110010111110110011011110101001101001111110000010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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