Html Css Color HEX #828495 Manatee

📋 copy color: '#828495'

red 130 ◦ green 132 ◦ blue 149

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

Shades of Manatee #828495

Tints of Manatee #828495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.25%

R = 31.63%
G = 32.12%
B = 36.25%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#828495 (or 0x828495) is known color: Manatee. HEX triplet: 82, 84 and 95. RGB value is (130,132,149). Sum of RGB (Red+Green+Blue) = 130+132+149=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 149 - color contains mainly: blue. Hex color #828495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828495 is #7D7B6A. Grayscale: #858585. Windows color (decimal): -8223595 or 9798786. OLE color: 9798786.

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

Color convert

RGB 130 132 149 -
CMYK 0.13 0.11 0 0.42
HSL 233.68º 0.08% 0.55% -
HSV(B) 233.68º 0.13% 0.58% -
XYZ 22.88 23.42 31.75 -
YUV 133.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 130 132 149 0.13 0.11 0 0.42 233.68 0.08 0.55
Hex 82 84 95 D B 0 2A EA 8 37
Octal 202 204 225 15 13 0 52 352 10 67
Binary 10000010 10000100 10010101 1101 1011 0 101010 11101010 1000 110111

Color Harmonies of #828495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828495

Black with #828495

Text Example


Text Example

White with #828495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828495; }

 p { color: rgb(130,132,149); }

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

background-color css

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

 a { background-color: rgb(130,132,149); }

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

border-color css

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

 span { border-color: rgb(130,132,149); }

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