#818DAD

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

Shades of Ship Cove #818DAD

Tints of Ship Cove #818DAD

Color information

#818DAD (or 0x818DAD) is unknown color: approx Ship Cove. HEX triplet: 81, 8D and AD. RGB value is (129,141,173). Sum of RGB (Red+Green+Blue) = 129+141+173=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #818DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818DAD is #7E7252. Grayscale: #8C8C8C. Windows color (decimal): -8286803 or 11373953. OLE color: 11373953.

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

Color convert

RGB129141173-
CMYK0.250.1800.32
HSL223.64º21.15%59.22%-
HSV(B)223.64º25.43%67.84%-
XYZ26.1226.7343.32-
YUV141.06146.02119.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.12%
GREEN value IS 141 (55.47% from 255) = 31.83%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=29.12%
G=31.83%
B=39.05%

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
Decimal1291411730.250.1800.32223.6421.1559.22
Hex818DAD1912020e0153b
Octal20121525531220403402573
Binary100000011000110110101101110011001001000001110000010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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