#8384AA

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

Shades of Manatee #8384AA

Tints of Manatee #8384AA

Color information

#8384AA (or 0x8384AA) is unknown color: approx Manatee. HEX triplet: 83, 84 and AA. RGB value is (131,132,170). Sum of RGB (Red+Green+Blue) = 131+132+170=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #8384AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8384AA is #7C7B55. Grayscale: #878787. Windows color (decimal): -8158038 or 11175043. OLE color: 11175043.

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

Color convert

RGB131132170-
CMYK0.230.2200.33
HSL238.46º18.66%59.02%-
HSV(B)238.46º22.94%66.67%-
XYZ24.8724.2341.4-
YUV136.03147.17124.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.25%
GREEN value IS 132 (51.95% from 255) = 30.48%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=30.25%
G=30.48%
B=39.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311321700.230.2200.33238.4618.6659.02
Hex8384AA1716021ee133b
Octal20320425227260413562373
Binary100000111000010010101010101111011001000011110111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8384AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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