#818DAF

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

Shades of Ship Cove #818DAF

Tints of Ship Cove #818DAF

Color information

#818DAF (or 0x818DAF) is unknown color: approx Ship Cove. HEX triplet: 81, 8D and AF. RGB value is (129,141,175). Sum of RGB (Red+Green+Blue) = 129+141+175=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #818DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818DAF is #7E7250. Grayscale: #8D8D8D. Windows color (decimal): -8286801 or 11505025. OLE color: 11505025.

HSL color Cylindrical-coordinate representation of color #818DAF: hue angle of 224.35º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #818DAF is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB129141175-
CMYK0.260.1900.31
HSL224.35º22.33%59.61%-
HSV(B)224.35º26.29%68.63%-
XYZ26.3226.8144.35-
YUV141.29147.02119.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.99%
GREEN value IS 141 (55.47% from 255) = 31.69%
BLUE value IS 175 (68.75% from 255) = 39.33%
R=28.99%
G=31.69%
B=39.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291411750.260.1900.31224.3522.3359.61
Hex818DAF1A1301Fe0163c
Octal20121525732230373402674
Binary10000001100011011010111111010100110111111110000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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