#818EA4

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

Shades of Ship Cove #818EA4

Tints of Ship Cove #818EA4

Color information

#818EA4 (or 0x818EA4) is unknown color: approx Ship Cove. HEX triplet: 81, 8E and A4. RGB value is (129,142,164). Sum of RGB (Red+Green+Blue) = 129+142+164=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 164 - color contains mainly: blue. Hex color #818EA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818EA4 is #7E715B. Grayscale: #8C8C8C. Windows color (decimal): -8286556 or 10784385. OLE color: 10784385.

HSL color Cylindrical-coordinate representation of color #818EA4: hue angle of 217.71º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #818EA4 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB129142164-
CMYK0.210.1300.36
HSL217.71º16.13%57.45%-
HSV(B)217.71º21.34%64.31%-
XYZ25.4326.6938.93-
YUV140.62141.19119.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.66%
GREEN value IS 142 (55.86% from 255) = 32.64%
BLUE value IS 164 (64.45% from 255) = 37.70%
R=29.66%
G=32.64%
B=37.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1291421640.210.1300.36217.7116.1357.45
Hex818EA415D024da1039
Octal20121624425150443322071
Binary10000001100011101010010010101110101001001101101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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