#727FAF

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

Shades of Ship Cove #727FAF

Tints of Ship Cove #727FAF

Color information

#727FAF (or 0x727FAF) is unknown color: approx Ship Cove. HEX triplet: 72, 7F and AF. RGB value is (114,127,175). Sum of RGB (Red+Green+Blue) = 114+127+175=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #727FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727FAF is #8D8050. Grayscale: #808080. Windows color (decimal): -9273425 or 11501426. OLE color: 11501426.

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

Color convert

RGB114127175-
CMYK0.350.2700.31
HSL227.21º27.6%56.67%-
HSV(B)227.21º34.86%68.63%-
XYZ22.2721.8543.6-
YUV128.58154.19117.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.40%
GREEN value IS 127 (50% from 255) = 30.53%
BLUE value IS 175 (68.75% from 255) = 42.07%
R=27.40%
G=30.53%
B=42.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141271750.350.2700.31227.2127.656.67
Hex727FAF231B01Fe31c39
Octal16217725743330373433471
Binary1110010111111110101111100011110110111111110001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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