#7C87AE

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

Shades of Ship Cove #7C87AE

Tints of Ship Cove #7C87AE

Color information

#7C87AE (or 0x7C87AE) is unknown color: approx Ship Cove. HEX triplet: 7C, 87 and AE. RGB value is (124,135,174). Sum of RGB (Red+Green+Blue) = 124+135+174=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C87AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C87AE is #837851. Grayscale: #878787. Windows color (decimal): -8616018 or 11437948. OLE color: 11437948.

HSL color Cylindrical-coordinate representation of color #7C87AE: hue angle of 226.8º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C87AE is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB124135174-
CMYK0.290.2200.32
HSL226.8º23.58%58.43%-
HSV(B)226.8º28.74%68.24%-
XYZ24.6224.6743.51-
YUV136.16149.36119.33-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.64%
GREEN value IS 135 (53.12% from 255) = 31.18%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=28.64%
G=31.18%
B=40.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241351740.290.2200.32226.823.5858.43
Hex7C87AE1D16020e3183a
Octal17420725635260403433072
Binary11111001000011110101110111011011001000001110001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C87AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C87AE; }

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

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

<style>
 a { background-color: #7C87AE; }

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

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

<style>
 span { border-color: #7C87AE; }

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

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