#818DAC

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

Shades of Ship Cove #818DAC

Tints of Ship Cove #818DAC

Color information

#818DAC (or 0x818DAC) is unknown color: approx Ship Cove. HEX triplet: 81, 8D and AC. RGB value is (129,141,172). Sum of RGB (Red+Green+Blue) = 129+141+172=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #818DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818DAC is #7E7253. Grayscale: #8C8C8C. Windows color (decimal): -8286804 or 11308417. OLE color: 11308417.

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

Color convert

RGB129141172-
CMYK0.250.1800.33
HSL223.26º20.57%59.02%-
HSV(B)223.26º25%67.45%-
XYZ26.0226.742.81-
YUV140.95145.52119.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.19%
GREEN value IS 141 (55.47% from 255) = 31.90%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=29.19%
G=31.90%
B=38.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291411720.250.1800.33223.2620.5759.02
Hex818DAC1912021df153b
Octal20121525431220413372573
Binary100000011000110110101100110011001001000011101111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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