#727FAB

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

Shades of Ship Cove #727FAB

Tints of Ship Cove #727FAB

Color information

#727FAB (or 0x727FAB) is unknown color: approx Ship Cove. HEX triplet: 72, 7F and AB. RGB value is (114,127,171). Sum of RGB (Red+Green+Blue) = 114+127+171=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #727FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727FAB is #8D8054. Grayscale: #7F7F7F. Windows color (decimal): -9273429 or 11239282. OLE color: 11239282.

HSL color Cylindrical-coordinate representation of color #727FAB: hue angle of 226.32º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #727FAB is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114127171-
CMYK0.330.2600.33
HSL226.32º25.33%55.88%-
HSV(B)226.32º33.33%67.06%-
XYZ21.8821.741.56-
YUV128.13152.19117.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.67%
GREEN value IS 127 (50% from 255) = 30.83%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=27.67%
G=30.83%
B=41.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141271710.330.2600.33226.3225.3355.88
Hex727FAB211A021e21938
Octal16217725341320413423170
Binary11100101111111101010111000011101001000011110001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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