Html Css Color HEX #838496 Manatee

📋 copy color: '#838496'

red 131 ◦ green 132 ◦ blue 150

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

Shades of Manatee #838496

Tints of Manatee #838496

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.96%

 BLUE value IS 150 (58.98% from 255) = 36.32%

R = 31.72%
G = 31.96%
B = 36.32%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#838496 (or 0x838496) is known color: Manatee. HEX triplet: 83, 84 and 96. RGB value is (131,132,150). Sum of RGB (Red+Green+Blue) = 131+132+150=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 150 - color contains mainly: blue. Hex color #838496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838496 is #7C7B69. Grayscale: #858585. Windows color (decimal): -8158058 or 9864323. OLE color: 9864323.

HSL color Cylindrical-coordinate representation of color #838496: hue angle of 236.84º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #838496 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 132 150 -
CMYK 0.13 0.12 0 0.41
HSL 236.84º 0.08% 0.55% -
HSV(B) 236.84º 0.13% 0.59% -
XYZ 23.12 23.53 32.18 -
YUV 133.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 131 132 150 0.13 0.12 0 0.41 236.84 0.08 0.55
Hex 83 84 96 D C 0 29 ED 8 37
Octal 203 204 226 15 14 0 51 355 10 67
Binary 10000011 10000100 10010110 1101 1100 0 101001 11101101 1000 110111

Color Harmonies of #838496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838496

Black with #838496

Text Example


Text Example

White with #838496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838496; }

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

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

background-color css

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

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

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

border-color css

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

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

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