#727DAF

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

Shades of Ship Cove #727DAF

Tints of Ship Cove #727DAF

Color information

#727DAF (or 0x727DAF) is unknown color: approx Ship Cove. HEX triplet: 72, 7D and AF. RGB value is (114,125,175). Sum of RGB (Red+Green+Blue) = 114+125+175=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #727DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727DAF is #8D8250. Grayscale: #7F7F7F. Windows color (decimal): -9273937 or 11500914. OLE color: 11500914.

HSL color Cylindrical-coordinate representation of color #727DAF: hue angle of 229.18º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #727DAF is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB114125175-
CMYK0.350.2900.31
HSL229.18º27.6%56.67%-
HSV(B)229.18º34.86%68.63%-
XYZ22.0121.3443.52-
YUV127.41154.86118.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.54%
GREEN value IS 125 (49.22% from 255) = 30.19%
BLUE value IS 175 (68.75% from 255) = 42.27%
R=27.54%
G=30.19%
B=42.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141251750.350.2900.31229.1827.656.67
Hex727DAF231D01Fe51c39
Octal16217525743350373453471
Binary1110010111110110101111100011111010111111110010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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