#81899B

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

Shades of Ship Cove #81899B

Tints of Ship Cove #81899B

Color information

#81899B (or 0x81899B) is unknown color: approx Ship Cove. HEX triplet: 81, 89 and 9B. RGB value is (129,137,155). Sum of RGB (Red+Green+Blue) = 129+137+155=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 155 - color contains mainly: blue. Hex color #81899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81899B is #7E7664. Grayscale: #888888. Windows color (decimal): -8287845 or 10193281. OLE color: 10193281.

HSL color Cylindrical-coordinate representation of color #81899B: hue angle of 221.54º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #81899B is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB129137155-
CMYK0.170.1200.39
HSL221.54º11.5%55.69%-
HSV(B)221.54º16.77%60.78%-
XYZ23.9224.9334.56-
YUV136.66138.35122.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.64%
GREEN value IS 137 (53.91% from 255) = 32.54%
BLUE value IS 155 (60.94% from 255) = 36.82%
R=30.64%
G=32.54%
B=36.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1291371550.170.1200.39221.5411.555.69
Hex81899B11C027dec38
Octal20121123321140473361470
Binary1000000110001001100110111000111000100111110111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81899B; }

 p { color: rgb(129,137,155); }

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

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

 a { background-color: rgb(129,137,155); }

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

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

 span { border-color: rgb(129,137,155); }

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