#8384AB

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

Shades of Manatee #8384AB

Tints of Manatee #8384AB

Color information

#8384AB (or 0x8384AB) is unknown color: approx Manatee. HEX triplet: 83, 84 and AB. RGB value is (131,132,171). Sum of RGB (Red+Green+Blue) = 131+132+171=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #8384AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8384AB is #7C7B54. Grayscale: #878787. Windows color (decimal): -8158037 or 11240579. OLE color: 11240579.

HSL color Cylindrical-coordinate representation of color #8384AB: hue angle of 238.5º 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 #8384AB is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131132171-
CMYK0.230.2300.33
HSL238.5º19.23%59.22%-
HSV(B)238.5º23.39%67.06%-
XYZ24.9624.2741.9-
YUV136.15147.67124.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.18%
GREEN value IS 132 (51.95% from 255) = 30.41%
BLUE value IS 171 (67.19% from 255) = 39.40%
R=30.18%
G=30.41%
B=39.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311321710.230.2300.33238.519.2359.22
Hex8384AB1717021ee133b
Octal20320425327270413562373
Binary100000111000010010101011101111011101000011110111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8384AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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