#838493

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

Shades of Manatee #838493

Tints of Manatee #838493

Color information

#838493 (or 0x838493) is unknown color: approx Manatee. HEX triplet: 83, 84 and 93. RGB value is (131,132,147). Sum of RGB (Red+Green+Blue) = 131+132+147=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 147 - color contains mainly: blue. Hex color #838493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838493 is #7C7B6C. Grayscale: #858585. Windows color (decimal): -8158061 or 9667715. OLE color: 9667715.

HSL color Cylindrical-coordinate representation of color #838493: hue angle of 236.25º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #838493 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB131132147-
CMYK0.110.1000.42
HSL236.25º6.9%54.51%-
HSV(B)236.25º10.88%57.65%-
XYZ22.8823.4330.92-
YUV133.41135.67126.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.95%
GREEN value IS 132 (51.95% from 255) = 32.20%
BLUE value IS 147 (57.81% from 255) = 35.85%
R=31.95%
G=32.20%
B=35.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311321470.110.1000.42236.256.954.51
Hex838493BA02Aec737
Octal2032042231312052354767
Binary10000011100001001001001110111010010101011101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838493; }

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

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

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

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

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

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

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

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