#838AA1

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

Shades of Manatee #838AA1

Tints of Manatee #838AA1

Color information

#838AA1 (or 0x838AA1) is unknown color: approx Manatee. HEX triplet: 83, 8A and A1. RGB value is (131,138,161). Sum of RGB (Red+Green+Blue) = 131+138+161=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 161 - color contains mainly: blue. Hex color #838AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838AA1 is #7C755E. Grayscale: #8A8A8A. Windows color (decimal): -8156511 or 10586755. OLE color: 10586755.

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

Color convert

RGB131138161-
CMYK0.190.1400.37
HSL226º13.76%57.25%-
HSV(B)226º18.63%63.14%-
XYZ24.8825.5837.34-
YUV138.53140.68122.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.47%
GREEN value IS 138 (54.30% from 255) = 32.09%
BLUE value IS 161 (63.28% from 255) = 37.44%
R=30.47%
G=32.09%
B=37.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1311381610.190.1400.3722613.7657.25
Hex838AA113E025e2e39
Octal20321224123160453421671
Binary1000001110001010101000011001111100100101111000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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