#727AA2

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

Shades of Ship Cove #727AA2

Tints of Ship Cove #727AA2

Color information

#727AA2 (or 0x727AA2) is unknown color: approx Ship Cove. HEX triplet: 72, 7A and A2. RGB value is (114,122,162). Sum of RGB (Red+Green+Blue) = 114+122+162=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 162 - color contains mainly: blue. Hex color #727AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727AA2 is #8D855D. Grayscale: #7B7B7B. Windows color (decimal): -9274718 or 10648178. OLE color: 10648178.

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

Color convert

RGB114122162-
CMYK0.300.2500.36
HSL230º20.51%54.12%-
HSV(B)230º29.63%63.53%-
XYZ20.4220.1136.99-
YUV124.17149.35120.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.64%
GREEN value IS 122 (48.05% from 255) = 30.65%
BLUE value IS 162 (63.67% from 255) = 40.70%
R=28.64%
G=30.65%
B=40.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141221620.300.2500.3623020.5154.12
Hex727AA21E19024e61536
Octal16217224236310443462566
Binary1110010111101010100010111101100101001001110011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,122,162); }

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

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

 a { background-color: rgb(114,122,162); }

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

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

 span { border-color: rgb(114,122,162); }

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