#8189AA

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

Shades of Ship Cove #8189AA

Tints of Ship Cove #8189AA

Color information

#8189AA (or 0x8189AA) is unknown color: approx Ship Cove. HEX triplet: 81, 89 and AA. RGB value is (129,137,170). Sum of RGB (Red+Green+Blue) = 129+137+170=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #8189AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8189AA is #7E7655. Grayscale: #8A8A8A. Windows color (decimal): -8287830 or 11176321. OLE color: 11176321.

HSL color Cylindrical-coordinate representation of color #8189AA: hue angle of 228.29º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8189AA is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129137170-
CMYK0.240.1900.33
HSL228.29º19.43%58.63%-
HSV(B)228.29º24.12%66.67%-
XYZ25.2525.4641.61-
YUV138.37145.85121.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.59%
GREEN value IS 137 (53.91% from 255) = 31.42%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=29.59%
G=31.42%
B=38.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291371700.240.1900.33228.2919.4358.63
Hex8189AA1813021e4133b
Octal20121125230230413442373
Binary100000011000100110101010110001001101000011110010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8189AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8189AA; }

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

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

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

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

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

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

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

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