#7885AE

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

Shades of Ship Cove #7885AE

Tints of Ship Cove #7885AE

Color information

#7885AE (or 0x7885AE) is unknown color: approx Ship Cove. HEX triplet: 78, 85 and AE. RGB value is (120,133,174). Sum of RGB (Red+Green+Blue) = 120+133+174=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #7885AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7885AE is #877A51. Grayscale: #858585. Windows color (decimal): -8878674 or 11437432. OLE color: 11437432.

HSL color Cylindrical-coordinate representation of color #7885AE: hue angle of 225.56º 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 #7885AE is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB120133174-
CMYK0.310.2400.32
HSL225.56º25%57.65%-
HSV(B)225.56º31.03%68.24%-
XYZ23.7723.8243.39-
YUV133.79150.69118.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.10%
GREEN value IS 133 (52.34% from 255) = 31.15%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=28.10%
G=31.15%
B=40.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201331740.310.2400.32225.562557.65
Hex7885AE1F18020e2193a
Octal17020525637300403423172
Binary11110001000010110101110111111100001000001110001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7885AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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