#818DA4

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

Shades of Ship Cove #818DA4

Tints of Ship Cove #818DA4

Color information

#818DA4 (or 0x818DA4) is unknown color: approx Ship Cove. HEX triplet: 81, 8D and A4. RGB value is (129,141,164). Sum of RGB (Red+Green+Blue) = 129+141+164=434 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.72% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 164 - color contains mainly: blue. Hex color #818DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818DA4 is #7E725B. Grayscale: #8B8B8B. Windows color (decimal): -8286812 or 10784129. OLE color: 10784129.

HSL color Cylindrical-coordinate representation of color #818DA4: hue angle of 219.43º 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 #818DA4 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB129141164-
CMYK0.210.1400.36
HSL219.43º16.13%57.45%-
HSV(B)219.43º21.34%64.31%-
XYZ25.2826.438.88-
YUV140.03141.52120.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.72%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 164 (64.45% from 255) = 37.79%
R=29.72%
G=32.49%
B=37.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1291411640.210.1400.36219.4316.1357.45
Hex818DA415E024db1039
Octal20121524425160443332071
Binary10000001100011011010010010101111001001001101101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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