#7881AE

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

Shades of Ship Cove #7881AE

Tints of Ship Cove #7881AE

Color information

#7881AE (or 0x7881AE) is unknown color: approx Ship Cove. HEX triplet: 78, 81 and AE. RGB value is (120,129,174). Sum of RGB (Red+Green+Blue) = 120+129+174=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #7881AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7881AE is #877E51. Grayscale: #838383. Windows color (decimal): -8879698 or 11436408. OLE color: 11436408.

HSL color Cylindrical-coordinate representation of color #7881AE: hue angle of 230º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7881AE is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB120129174-
CMYK0.310.2600.32
HSL230º25%57.65%-
HSV(B)230º31.03%68.24%-
XYZ23.2422.7543.21-
YUV131.44152.02119.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.37%
GREEN value IS 129 (50.78% from 255) = 30.50%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=28.37%
G=30.50%
B=41.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201291740.310.2600.322302557.65
Hex7881AE1F1A020e6193a
Octal17020125637320403463172
Binary11110001000000110101110111111101001000001110011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7881AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7881AE; }

 p { color: rgb(120,129,174); }

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

<style>
 a { background-color: #7881AE; }

 a { background-color: rgb(120,129,174); }

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

<style>
 span { border-color: #7881AE; }

 span { border-color: rgb(120,129,174); }

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