Html Css Color HEX #828391 Manatee

📋 copy color: '#828391'

red 130 ◦ green 131 ◦ blue 145

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

Shades of Manatee #828391

Tints of Manatee #828391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.71%

R = 32.02%
G = 32.27%
B = 35.71%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#828391 (or 0x828391) is known color: Manatee. HEX triplet: 82, 83 and 91. RGB value is (130,131,145). Sum of RGB (Red+Green+Blue) = 130+131+145=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 145 - color contains mainly: blue. Hex color #828391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828391 is #7D7C6E. Grayscale: #848484. Windows color (decimal): -8223855 or 9536386. OLE color: 9536386.

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

Color convert

RGB 130 131 145 -
CMYK 0.10 0.10 0 0.43
HSL 236º 0.06% 0.54% -
HSV(B) 236º 0.1% 0.57% -
XYZ 22.43 23.02 30.05 -
YUV 132.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 130 131 145 0.10 0.10 0 0.43 236 0.06 0.54
Hex 82 83 91 A A 0 2B EC 6 36
Octal 202 203 221 12 12 0 53 354 6 66
Binary 10000010 10000011 10010001 1010 1010 0 101011 11101100 110 110110

Color Harmonies of #828391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828391

Black with #828391

Text Example


Text Example

White with #828391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828391; }

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

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

background-color css

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

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

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

border-color css

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

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

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