#8389AB

Color #8389AB Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #8389AB

Tints of Manatee #8389AB

Color information

#8389AB (or 0x8389AB) is unknown color: approx Manatee. HEX triplet: 83, 89 and AB. RGB value is (131,137,171). Sum of RGB (Red+Green+Blue) = 131+137+171=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #8389AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8389AB is #7C7654. Grayscale: #8A8A8A. Windows color (decimal): -8156757 or 11241859. OLE color: 11241859.

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

Color convert

RGB131137171-
CMYK0.230.2000.33
HSL231º19.23%59.22%-
HSV(B)231º23.39%67.06%-
XYZ25.6625.6642.13-
YUV139.08146.01122.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.84%
GREEN value IS 137 (53.91% from 255) = 31.21%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=29.84%
G=31.21%
B=38.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311371710.230.2000.3323119.2359.22
Hex8389AB1714021e7133b
Octal20321125327240413472373
Binary100000111000100110101011101111010001000011110011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8389AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8389AB; }

 p { color: rgb(131,137,171); }

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

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

 a { background-color: rgb(131,137,171); }

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

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

 span { border-color: rgb(131,137,171); }

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