Html Css Color HEX #828297 Manatee

📋 copy color: '#828297'

red 130 ◦ green 130 ◦ blue 151

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

Shades of Manatee #828297

Tints of Manatee #828297

RGB

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

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

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

R = 31.63%
G = 31.63%
B = 36.74%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#828297 (or 0x828297) is known color: Manatee. HEX triplet: 82, 82 and 97. RGB value is (130,130,151). Sum of RGB (Red+Green+Blue) = 130+130+151=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 151 - color contains mainly: blue. Hex color #828297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828297 is #7D7D68. Grayscale: #848484. Windows color (decimal): -8224105 or 9929346. OLE color: 9929346.

HSL color Cylindrical-coordinate representation of color #828297: hue angle of 240º 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 #828297 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 130 151 -
CMYK 0.14 0.14 0 0.41
HSL 240º 0.09% 0.55% -
HSV(B) 240º 0.14% 0.59% -
XYZ 22.77 22.95 32.51 -
YUV 132.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 130 130 151 0.14 0.14 0 0.41 240 0.09 0.55
Hex 82 82 97 E E 0 29 F0 9 37
Octal 202 202 227 16 16 0 51 360 11 67
Binary 10000010 10000010 10010111 1110 1110 0 101001 11110000 1001 110111

Color Harmonies of #828297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828297

Black with #828297

Text Example


Text Example

White with #828297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828297; }

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

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

background-color css

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

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

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

border-color css

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

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

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