#727F9F

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

Shades of Ship Cove #727F9F

Tints of Ship Cove #727F9F

Color information

#727F9F (or 0x727F9F) is unknown color: approx Ship Cove. HEX triplet: 72, 7F and 9F. RGB value is (114,127,159). Sum of RGB (Red+Green+Blue) = 114+127+159=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #727F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727F9F is #8D8060. Grayscale: #7E7E7E. Windows color (decimal): -9273441 or 10452850. OLE color: 10452850.

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

Color convert

RGB114127159-
CMYK0.280.2000.38
HSL222.67º18.99%53.53%-
HSV(B)222.67º28.3%62.35%-
XYZ20.7921.2635.81-
YUV126.76146.19118.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.5%
GREEN value IS 127 (50% from 255) = 31.75%
BLUE value IS 159 (62.5% from 255) = 39.75%
R=28.5%
G=31.75%
B=39.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141271590.280.2000.38222.6718.9953.53
Hex727F9F1C14026df1336
Octal16217723734240463372366
Binary1110010111111110011111111001010001001101101111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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