Html Css Color HEX #828395 Manatee

📋 copy color: '#828395'

red 130 ◦ green 131 ◦ blue 149

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

Shades of Manatee #828395

Tints of Manatee #828395

RGB

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

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

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

R = 31.71%
G = 31.95%
B = 36.34%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#828395 (or 0x828395) is known color: Manatee. HEX triplet: 82, 83 and 95. RGB value is (130,131,149). Sum of RGB (Red+Green+Blue) = 130+131+149=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 149 - color contains mainly: blue. Hex color #828395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828395 is #7D7C6A. Grayscale: #848484. Windows color (decimal): -8223851 or 9798530. OLE color: 9798530.

HSL color Cylindrical-coordinate representation of color #828395: hue angle of 236.84º 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 #828395 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 131 149 -
CMYK 0.13 0.12 0 0.42
HSL 236.84º 0.08% 0.55% -
HSV(B) 236.84º 0.13% 0.58% -
XYZ 22.75 23.15 31.7 -
YUV 132.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 130 131 149 0.13 0.12 0 0.42 236.84 0.08 0.55
Hex 82 83 95 D C 0 2A ED 8 37
Octal 202 203 225 15 14 0 52 355 10 67
Binary 10000010 10000011 10010101 1101 1100 0 101010 11101101 1000 110111

Color Harmonies of #828395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828395

Black with #828395

Text Example


Text Example

White with #828395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828395; }

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

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

background-color css

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

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

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

border-color css

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

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

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