Html Css Color HEX #838796 Manatee

📋 copy color: '#838796'

red 131 ◦ green 135 ◦ blue 150

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

Shades of Manatee #838796

Tints of Manatee #838796

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.45%

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

R = 31.49%
G = 32.45%
B = 36.06%

CMYK

 C value IS 0.13

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#838796 (or 0x838796) is known color: Manatee. HEX triplet: 83, 87 and 96. RGB value is (131,135,150). Sum of RGB (Red+Green+Blue) = 131+135+150=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 150 - color contains mainly: blue. Hex color #838796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838796 is #7C7869. Grayscale: #878787. Windows color (decimal): -8157290 or 9865091. OLE color: 9865091.

HSL color Cylindrical-coordinate representation of color #838796: hue angle of 227.37º 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 #838796 is Cyan = 0.13, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 135 150 -
CMYK 0.13 0.1 0 0.41
HSL 227.37º 0.08% 0.55% -
HSV(B) 227.37º 0.13% 0.59% -
XYZ 23.53 24.36 32.32 -
YUV 135.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 131 135 150 0.13 0.1 0 0.41 227.37 0.08 0.55
Hex 83 87 96 D A 0 29 E3 8 37
Octal 203 207 226 15 12 0 51 343 10 67
Binary 10000011 10000111 10010110 1101 1010 0 101001 11100011 1000 110111

Color Harmonies of #838796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838796

Black with #838796

Text Example


Text Example

White with #838796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838796; }

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

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

background-color css

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

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

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

border-color css

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

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

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