Html Css Color HEX #838387 Manatee

📋 copy color: '#838387'

red 131 ◦ green 131 ◦ blue 135

#838387
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manatee #838387

Tints of Manatee #838387

RGB

 RED value IS 131 (51.56% from 255) = 33%

 GREEN value IS 131 (51.56% from 255) = 33%

 BLUE value IS 135 (53.13% from 255) = 34.01%

R = 33%
G = 33%
B = 34.01%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#838387 (or 0x838387) is known color: Manatee. HEX triplet: 83, 83 and 87. RGB value is (131,131,135). Sum of RGB (Red+Green+Blue) = 131+131+135=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 135 - color contains mainly: blue. Hex color #838387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838387 is #7C7C78. Grayscale: #838383. Windows color (decimal): -8158329 or 8881027. OLE color: 8881027.

HSL color Cylindrical-coordinate representation of color #838387: hue angle of 240º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #838387 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 131 135 -
CMYK 0.03 0.03 0 0.47
HSL 240º 0.02% 0.52% -
HSV(B) 240º 0.03% 0.53% -
XYZ 21.85 22.81 26.17 -
YUV 131.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 131 131 135 0.03 0.03 0 0.47 240 0.02 0.52
Hex 83 83 87 3 3 0 2F F0 2 34
Octal 203 203 207 3 3 0 57 360 2 64
Binary 10000011 10000011 10000111 11 11 0 101111 11110000 10 110100

Color Harmonies of #838387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838387

Black with #838387

Text Example


Text Example

White with #838387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838387; }

 p { color: rgb(131,131,135); }

 H1.HeaderClassName
 {
   color: #838387;
 }
 .AnyTagClassName
 {
   color: #838387;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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