#818899

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

Shades of Ship Cove #818899

Tints of Ship Cove #818899

Color information

#818899 (or 0x818899) is unknown color: approx Ship Cove. HEX triplet: 81, 88 and 99. RGB value is (129,136,153). Sum of RGB (Red+Green+Blue) = 129+136+153=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 153 - color contains mainly: blue. Hex color #818899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818899 is #7E7766. Grayscale: #878787. Windows color (decimal): -8288103 or 10061953. OLE color: 10061953.

HSL color Cylindrical-coordinate representation of color #818899: hue angle of 222.5º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #818899 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB129136153-
CMYK0.160.1100.4
HSL222.5º10.53%55.29%-
HSV(B)222.5º15.69%60%-
XYZ23.6124.5833.64-
YUV135.84137.68123.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.86%
GREEN value IS 136 (53.52% from 255) = 32.54%
BLUE value IS 153 (60.16% from 255) = 36.60%
R=30.86%
G=32.54%
B=36.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1291361530.160.1100.4222.510.5355.29
Hex81889910B028deb37
Octal20121023120130503361367
Binary1000000110001000100110011000010110101000110111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818899; }

 p { color: rgb(129,136,153); }

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

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

 a { background-color: rgb(129,136,153); }

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

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

 span { border-color: rgb(129,136,153); }

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