Html Css Color HEX #83848C Manatee

📋 copy color: '#83848C'

red 131 ◦ green 132 ◦ blue 140

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

Shades of Manatee #83848C

Tints of Manatee #83848C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.74%

R = 32.51%
G = 32.75%
B = 34.74%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83848C (or 0x83848C) is known color: Manatee. HEX triplet: 83, 84 and 8C. RGB value is (131,132,140). Sum of RGB (Red+Green+Blue) = 131+132+140=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 140 - color contains mainly: blue. Hex color #83848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83848C is #7C7B73. Grayscale: #848484. Windows color (decimal): -8158068 or 9208963. OLE color: 9208963.

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

Color convert

RGB 131 132 140 -
CMYK 0.06 0.06 0 0.45
HSL 233.33º 0.04% 0.53% -
HSV(B) 233.33º 0.06% 0.55% -
XYZ 22.34 23.22 28.12 -
YUV 132.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 131 132 140 0.06 0.06 0 0.45 233.33 0.04 0.53
Hex 83 84 8C 6 6 0 2D E9 4 35
Octal 203 204 214 6 6 0 55 351 4 65
Binary 10000011 10000100 10001100 110 110 0 101101 11101001 100 110101

Color Harmonies of #83848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83848C

Black with #83848C

Text Example


Text Example

White with #83848C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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