#83848D

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

Shades of Manatee #83848D

Tints of Manatee #83848D

Color information

#83848D (or 0x83848D) is unknown color: approx Manatee. HEX triplet: 83, 84 and 8D. RGB value is (131,132,141). Sum of RGB (Red+Green+Blue) = 131+132+141=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 141 - color contains mainly: blue. Hex color #83848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83848D is #7C7B72. Grayscale: #848484. Windows color (decimal): -8158067 or 9274499. OLE color: 9274499.

HSL color Cylindrical-coordinate representation of color #83848D: hue angle of 234º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #83848D is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB131132141-
CMYK0.070.0600.45
HSL234º4.2%53.33%-
HSV(B)234º7.09%55.29%-
XYZ22.4223.2528.51-
YUV132.73132.67126.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.43%
GREEN value IS 132 (51.95% from 255) = 32.67%
BLUE value IS 141 (55.47% from 255) = 34.90%
R=32.43%
G=32.67%
B=34.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311321410.070.0600.452344.253.33
Hex83848D7602Dea435
Octal20320421576055352465
Binary100000111000010010001101111110010110111101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83848D; }

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

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

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

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

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

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

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

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