Html Css Color HEX #82838C Manatee

📋 copy color: '#82838C'

red 130 ◦ green 131 ◦ blue 140

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

Shades of Manatee #82838C

Tints of Manatee #82838C

RGB

 RED value IS 130 (51.17% from 255) = 32.42%

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

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

R = 32.42%
G = 32.67%
B = 34.91%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82838C (or 0x82838C) is known color: Manatee. HEX triplet: 82, 83 and 8C. RGB value is (130,131,140). Sum of RGB (Red+Green+Blue) = 130+131+140=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 140 - color contains mainly: blue. Hex color #82838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82838C is #7D7C73. Grayscale: #838383. Windows color (decimal): -8223860 or 9208706. OLE color: 9208706.

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

Color convert

RGB 130 131 140 -
CMYK 0.07 0.06 0 0.45
HSL 234º 0.04% 0.53% -
HSV(B) 234º 0.07% 0.55% -
XYZ 22.06 22.87 28.06 -
YUV 131.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 130 131 140 0.07 0.06 0 0.45 234 0.04 0.53
Hex 82 83 8C 7 6 0 2D EA 4 35
Octal 202 203 214 7 6 0 55 352 4 65
Binary 10000010 10000011 10001100 111 110 0 101101 11101010 100 110101

Color Harmonies of #82838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82838C

Black with #82838C

Text Example


Text Example

White with #82838C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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