#7C8EAB

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

Shades of Ship Cove #7C8EAB

Tints of Ship Cove #7C8EAB

Color information

#7C8EAB (or 0x7C8EAB) is unknown color: approx Ship Cove. HEX triplet: 7C, 8E and AB. RGB value is (124,142,171). Sum of RGB (Red+Green+Blue) = 124+142+171=437 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.38% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C8EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8EAB is #837154. Grayscale: #8B8B8B. Windows color (decimal): -8614229 or 11243132. OLE color: 11243132.

HSL color Cylindrical-coordinate representation of color #7C8EAB: hue angle of 217.02º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C8EAB is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB124142171-
CMYK0.270.1700.33
HSL217.02º21.86%57.84%-
HSV(B)217.02º27.49%67.06%-
XYZ25.3426.5742.32-
YUV139.92145.54116.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.38%
GREEN value IS 142 (55.86% from 255) = 32.49%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=28.38%
G=32.49%
B=39.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241421710.270.1700.33217.0221.8657.84
Hex7C8EAB1B11021d9163a
Octal17421625333210413312672
Binary11111001000111010101011110111000101000011101100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,142,171); }

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

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

 a { background-color: rgb(124,142,171); }

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

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

 span { border-color: rgb(124,142,171); }

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