Html Css Color HEX #838386 Manatee

📋 copy color: '#838386'

red 131 ◦ green 131 ◦ blue 134

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

Shades of Manatee #838386

Tints of Manatee #838386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.84%

R = 33.08%
G = 33.08%
B = 33.84%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#838386 (or 0x838386) is known color: Manatee. HEX triplet: 83, 83 and 86. RGB value is (131,131,134). Sum of RGB (Red+Green+Blue) = 131+131+134=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 134 - color contains mainly: blue. Hex color #838386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838386 is #7C7C79. Grayscale: #838383. Windows color (decimal): -8158330 or 8815491. OLE color: 8815491.

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

Color convert

RGB 131 131 134 -
CMYK 0.02 0.02 0 0.47
HSL 240º 0.01% 0.52% -
HSV(B) 240º 0.02% 0.53% -
XYZ 21.78 22.78 25.8 -
YUV 131.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 131 131 134 0.02 0.02 0 0.47 240 0.01 0.52
Hex 83 83 86 2 2 0 2F F0 1 34
Octal 203 203 206 2 2 0 57 360 1 64
Binary 10000011 10000011 10000110 10 10 0 101111 11110000 1 110100

Color Harmonies of #838386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838386

Black with #838386

Text Example


Text Example

White with #838386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838386; }

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

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

background-color css

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

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

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

border-color css

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

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

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