#818EAD

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

Shades of Ship Cove #818EAD

Tints of Ship Cove #818EAD

Color information

#818EAD (or 0x818EAD) is unknown color: approx Ship Cove. HEX triplet: 81, 8E and AD. RGB value is (129,142,173). Sum of RGB (Red+Green+Blue) = 129+142+173=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #818EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818EAD is #7E7152. Grayscale: #8D8D8D. Windows color (decimal): -8286547 or 11374209. OLE color: 11374209.

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

Color convert

RGB129142173-
CMYK0.250.1800.32
HSL222.27º21.15%59.22%-
HSV(B)222.27º25.43%67.84%-
XYZ26.2727.0343.37-
YUV141.65145.69118.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.05%
GREEN value IS 142 (55.86% from 255) = 31.98%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=29.05%
G=31.98%
B=38.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291421730.250.1800.32222.2721.1559.22
Hex818EAD1912020de153b
Octal20121625531220403362573
Binary100000011000111010101101110011001001000001101111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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