#818EAE

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

Shades of Ship Cove #818EAE

Tints of Ship Cove #818EAE

Color information

#818EAE (or 0x818EAE) is unknown color: approx Ship Cove. HEX triplet: 81, 8E and AE. RGB value is (129,142,174). Sum of RGB (Red+Green+Blue) = 129+142+174=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #818EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818EAE is #7E7151. Grayscale: #8D8D8D. Windows color (decimal): -8286546 or 11439745. OLE color: 11439745.

HSL color Cylindrical-coordinate representation of color #818EAE: hue angle of 222.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #818EAE is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB129142174-
CMYK0.260.1800.32
HSL222.67º21.74%59.41%-
HSV(B)222.67º25.86%68.24%-
XYZ26.3727.0743.88-
YUV141.76146.19118.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.99%
GREEN value IS 142 (55.86% from 255) = 31.91%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=28.99%
G=31.91%
B=39.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291421740.260.1800.32222.6721.7459.41
Hex818EAE1A12020df163b
Octal20121625632220403372673
Binary100000011000111010101110110101001001000001101111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818EAE; }

 p { color: rgb(129,142,174); }

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

<style>
 a { background-color: #818EAE; }

 a { background-color: rgb(129,142,174); }

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

<style>
 span { border-color: #818EAE; }

 span { border-color: rgb(129,142,174); }

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