#7C87AD

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

Shades of Ship Cove #7C87AD

Tints of Ship Cove #7C87AD

Color information

#7C87AD (or 0x7C87AD) is unknown color: approx Ship Cove. HEX triplet: 7C, 87 and AD. RGB value is (124,135,173). Sum of RGB (Red+Green+Blue) = 124+135+173=432 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.70% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C87AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C87AD is #837852. Grayscale: #878787. Windows color (decimal): -8616019 or 11372412. OLE color: 11372412.

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

Color convert

RGB124135173-
CMYK0.280.2200.32
HSL226.53º23%58.24%-
HSV(B)226.53º28.32%67.84%-
XYZ24.5224.6343-
YUV136.04148.86119.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.70%
GREEN value IS 135 (53.12% from 255) = 31.25%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=28.70%
G=31.25%
B=40.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241351730.280.2200.32226.532358.24
Hex7C87AD1C16020e3173a
Octal17420725534260403432772
Binary11111001000011110101101111001011001000001110001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C87AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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