#7887AE

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

Shades of Ship Cove #7887AE

Tints of Ship Cove #7887AE

Color information

#7887AE (or 0x7887AE) is unknown color: approx Ship Cove. HEX triplet: 78, 87 and AE. RGB value is (120,135,174). Sum of RGB (Red+Green+Blue) = 120+135+174=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #7887AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7887AE is #877851. Grayscale: #868686. Windows color (decimal): -8878162 or 11437944. OLE color: 11437944.

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

Color convert

RGB120135174-
CMYK0.310.2200.32
HSL223.33º25%57.65%-
HSV(B)223.33º31.03%68.24%-
XYZ24.0524.3843.48-
YUV134.96150.03117.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.97%
GREEN value IS 135 (53.12% from 255) = 31.47%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=27.97%
G=31.47%
B=40.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201351740.310.2200.32223.332557.65
Hex7887AE1F16020df193a
Octal17020725637260403373172
Binary11110001000011110101110111111011001000001101111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7887AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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