#818CAE

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

Shades of Ship Cove #818CAE

Tints of Ship Cove #818CAE

Color information

#818CAE (or 0x818CAE) is unknown color: approx Ship Cove. HEX triplet: 81, 8C and AE. RGB value is (129,140,174). Sum of RGB (Red+Green+Blue) = 129+140+174=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #818CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818CAE is #7E7351. Grayscale: #8C8C8C. Windows color (decimal): -8287058 or 11439233. OLE color: 11439233.

HSL color Cylindrical-coordinate representation of color #818CAE: hue angle of 225.33º 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 #818CAE is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB129140174-
CMYK0.260.2000.32
HSL225.33º21.74%59.41%-
HSV(B)225.33º25.86%68.24%-
XYZ26.0726.4843.78-
YUV140.59146.86119.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.12%
GREEN value IS 140 (55.08% from 255) = 31.60%
BLUE value IS 174 (68.36% from 255) = 39.28%
R=29.12%
G=31.60%
B=39.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291401740.260.2000.32225.3321.7459.41
Hex818CAE1A14020e1163b
Octal20121425632240403412673
Binary100000011000110010101110110101010001000001110000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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