#81889D

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

Shades of Ship Cove #81889D

Tints of Ship Cove #81889D

Color information

#81889D (or 0x81889D) is unknown color: approx Ship Cove. HEX triplet: 81, 88 and 9D. RGB value is (129,136,157). Sum of RGB (Red+Green+Blue) = 129+136+157=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #81889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81889D is #7E7762. Grayscale: #888888. Windows color (decimal): -8288099 or 10324097. OLE color: 10324097.

HSL color Cylindrical-coordinate representation of color #81889D: hue angle of 225º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #81889D is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB129136157-
CMYK0.180.1300.38
HSL225º12.5%56.08%-
HSV(B)225º17.83%61.57%-
XYZ23.9424.7135.41-
YUV136.3139.68122.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.57%
GREEN value IS 136 (53.52% from 255) = 32.23%
BLUE value IS 157 (61.72% from 255) = 37.20%
R=30.57%
G=32.23%
B=37.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1291361570.180.1300.3822512.556.08
Hex81889D12D026e1c38
Octal20121023522150463411470
Binary1000000110001000100111011001011010100110111000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81889D; }

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

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

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

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

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

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

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

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