Html Css Color HEX #82899D Manatee

📋 copy color: '#82899D'

red 130 ◦ green 137 ◦ blue 157

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

Shades of Manatee #82899D

Tints of Manatee #82899D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.31%

 BLUE value IS 157 (61.72% from 255) = 37.03%

R = 30.66%
G = 32.31%
B = 37.03%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82899D (or 0x82899D) is known color: Manatee. HEX triplet: 82, 89 and 9D. RGB value is (130,137,157). Sum of RGB (Red+Green+Blue) = 130+137+157=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 157 - color contains mainly: blue. Hex color #82899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82899D is #7D7662. Grayscale: #898989. Windows color (decimal): -8222307 or 10324354. OLE color: 10324354.

HSL color Cylindrical-coordinate representation of color #82899D: hue angle of 224.44º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82899D is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 137 157 -
CMYK 0.17 0.13 0 0.38
HSL 224.44º 0.12% 0.56% -
HSV(B) 224.44º 0.17% 0.62% -
XYZ 24.24 25.07 35.46 -
YUV 137.19 139.18 122.87 -
System Red Green Blue C M Y K H S L
Decimal 130 137 157 0.17 0.13 0 0.38 224.44 0.12 0.56
Hex 82 89 9D 11 D 0 26 E0 C 38
Octal 202 211 235 21 15 0 46 340 14 70
Binary 10000010 10001001 10011101 10001 1101 0 100110 11100000 1100 111000

Color Harmonies of #82899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82899D

Black with #82899D

Text Example


Text Example

White with #82899D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82899D; }

 p { color: rgb(130,137,157); }

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

background-color css

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

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

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

border-color css

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

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

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