#727DAA

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

Shades of Ship Cove #727DAA

Tints of Ship Cove #727DAA

Color information

#727DAA (or 0x727DAA) is unknown color: approx Ship Cove. HEX triplet: 72, 7D and AA. RGB value is (114,125,170). Sum of RGB (Red+Green+Blue) = 114+125+170=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #727DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727DAA is #8D8255. Grayscale: #7E7E7E. Windows color (decimal): -9273942 or 11173234. OLE color: 11173234.

HSL color Cylindrical-coordinate representation of color #727DAA: hue angle of 228.21º 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 #727DAA is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114125170-
CMYK0.330.2600.33
HSL228.21º24.78%55.69%-
HSV(B)228.21º32.94%66.67%-
XYZ21.5321.1540.98-
YUV126.84152.36118.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.87%
GREEN value IS 125 (49.22% from 255) = 30.56%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=27.87%
G=30.56%
B=41.56%

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
Decimal1141251700.330.2600.33228.2124.7855.69
Hex727DAA211A021e41938
Octal16217525241320413443170
Binary11100101111101101010101000011101001000011110010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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