Html Css Color HEX #828490 Manatee

📋 copy color: '#828490'

red 130 ◦ green 132 ◦ blue 144

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

Shades of Manatee #828490

Tints of Manatee #828490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.47%

R = 32.02%
G = 32.51%
B = 35.47%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#828490 (or 0x828490) is known color: Manatee. HEX triplet: 82, 84 and 90. RGB value is (130,132,144). Sum of RGB (Red+Green+Blue) = 130+132+144=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 144 - color contains mainly: blue. Hex color #828490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828490 is #7D7B6F. Grayscale: #848484. Windows color (decimal): -8223600 or 9471106. OLE color: 9471106.

HSL color Cylindrical-coordinate representation of color #828490: hue angle of 231.43º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #828490 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 132 144 -
CMYK 0.10 0.08 0 0.44
HSL 231.43º 0.06% 0.54% -
HSV(B) 231.43º 0.1% 0.56% -
XYZ 22.49 23.26 29.69 -
YUV 132.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 130 132 144 0.10 0.08 0 0.44 231.43 0.06 0.54
Hex 82 84 90 A 8 0 2C E7 6 36
Octal 202 204 220 12 10 0 54 347 6 66
Binary 10000010 10000100 10010000 1010 1000 0 101100 11100111 110 110110

Color Harmonies of #828490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828490

Black with #828490

Text Example


Text Example

White with #828490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828490; }

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

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

background-color css

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

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

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

border-color css

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

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

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