#727CA4

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

Shades of Ship Cove #727CA4

Tints of Ship Cove #727CA4

Color information

#727CA4 (or 0x727CA4) is unknown color: approx Ship Cove. HEX triplet: 72, 7C and A4. RGB value is (114,124,164). Sum of RGB (Red+Green+Blue) = 114+124+164=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 164 - color contains mainly: blue. Hex color #727CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727CA4 is #8D835B. Grayscale: #7D7D7D. Windows color (decimal): -9274204 or 10779762. OLE color: 10779762.

HSL color Cylindrical-coordinate representation of color #727CA4: hue angle of 228º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #727CA4 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB114124164-
CMYK0.300.2400.36
HSL228º21.55%54.51%-
HSV(B)228º30.49%64.31%-
XYZ20.8520.6738.01-
YUV125.57149.69119.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.36%
GREEN value IS 124 (48.83% from 255) = 30.85%
BLUE value IS 164 (64.45% from 255) = 40.80%
R=28.36%
G=30.85%
B=40.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141241640.300.2400.3622821.5554.51
Hex727CA41E18024e41637
Octal16217424436300443442667
Binary1110010111110010100100111101100001001001110010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,124,164); }

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

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

 a { background-color: rgb(114,124,164); }

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

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

 span { border-color: rgb(114,124,164); }

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