#838AA2

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

Shades of Manatee #838AA2

Tints of Manatee #838AA2

Color information

#838AA2 (or 0x838AA2) is unknown color: approx Manatee. HEX triplet: 83, 8A and A2. RGB value is (131,138,162). Sum of RGB (Red+Green+Blue) = 131+138+162=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 162 - color contains mainly: blue. Hex color #838AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838AA2 is #7C755D. Grayscale: #8A8A8A. Windows color (decimal): -8156510 or 10652291. OLE color: 10652291.

HSL color Cylindrical-coordinate representation of color #838AA2: hue angle of 226.45º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #838AA2 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB131138162-
CMYK0.190.1500.36
HSL226.45º14.29%57.45%-
HSV(B)226.45º19.14%63.53%-
XYZ24.9725.6137.81-
YUV138.64141.18122.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.39%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 162 (63.67% from 255) = 37.59%
R=30.39%
G=32.02%
B=37.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1311381620.190.1500.36226.4514.2957.45
Hex838AA213F024e2e39
Octal20321224223170443421671
Binary1000001110001010101000101001111110100100111000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838AA2; }

 p { color: rgb(131,138,162); }

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

<style>
 a { background-color: #838AA2; }

 a { background-color: rgb(131,138,162); }

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

<style>
 span { border-color: #838AA2; }

 span { border-color: rgb(131,138,162); }

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