Html Css Color HEX #828497 Manatee

📋 copy color: '#828497'

red 130 ◦ green 132 ◦ blue 151

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

Shades of Manatee #828497

Tints of Manatee #828497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.56%

R = 31.48%
G = 31.96%
B = 36.56%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#828497 (or 0x828497) is known color: Manatee. HEX triplet: 82, 84 and 97. RGB value is (130,132,151). Sum of RGB (Red+Green+Blue) = 130+132+151=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 151 - color contains mainly: blue. Hex color #828497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828497 is #7D7B68. Grayscale: #858585. Windows color (decimal): -8223593 or 9929858. OLE color: 9929858.

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

Color convert

RGB 130 132 151 -
CMYK 0.14 0.13 0 0.41
HSL 234.29º 0.09% 0.55% -
HSV(B) 234.29º 0.14% 0.59% -
XYZ 23.04 23.48 32.6 -
YUV 133.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 130 132 151 0.14 0.13 0 0.41 234.29 0.09 0.55
Hex 82 84 97 E D 0 29 EA 9 37
Octal 202 204 227 16 15 0 51 352 11 67
Binary 10000010 10000100 10010111 1110 1101 0 101001 11101010 1001 110111

Color Harmonies of #828497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828497

Black with #828497

Text Example


Text Example

White with #828497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828497; }

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

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

background-color css

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

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

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

border-color css

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

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

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