#7E8EAC

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

Shades of Ship Cove #7E8EAC

Tints of Ship Cove #7E8EAC

Color information

#7E8EAC (or 0x7E8EAC) is unknown color: approx Ship Cove. HEX triplet: 7E, 8E and AC. RGB value is (126,142,172). Sum of RGB (Red+Green+Blue) = 126+142+172=440 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.64% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E8EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8EAC is #817153. Grayscale: #8C8C8C. Windows color (decimal): -8483156 or 11308670. OLE color: 11308670.

HSL color Cylindrical-coordinate representation of color #7E8EAC: hue angle of 219.13º 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 #7E8EAC is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB126142172-
CMYK0.270.1700.33
HSL219.13º21.7%58.43%-
HSV(B)219.13º26.74%67.45%-
XYZ25.7226.7642.84-
YUV140.64145.7117.56-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.64%
GREEN value IS 142 (55.86% from 255) = 32.27%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=28.64%
G=32.27%
B=39.09%

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
Decimal1261421720.270.1700.33219.1321.758.43
Hex7E8EAC1B11021db163a
Octal17621625433210413332672
Binary11111101000111010101100110111000101000011101101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,142,172); }

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

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

 a { background-color: rgb(126,142,172); }

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

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

 span { border-color: rgb(126,142,172); }

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