Html Css Color HEX #81829D Manatee

📋 copy color: '#81829D'

red 129 ◦ green 130 ◦ blue 157

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

Shades of Manatee #81829D

Tints of Manatee #81829D

RGB

 RED value IS 129 (50.78% from 255) = 31.01%

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

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

R = 31.01%
G = 31.25%
B = 37.74%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#81829D (or 0x81829D) is known color: Manatee. HEX triplet: 81, 82 and 9D. RGB value is (129,130,157). Sum of RGB (Red+Green+Blue) = 129+130+157=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #81829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81829D is #7E7D62. Grayscale: #848484. Windows color (decimal): -8289635 or 10322561. OLE color: 10322561.

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

Color convert

RGB 129 130 157 -
CMYK 0.18 0.17 0 0.38
HSL 237.86º 0.13% 0.56% -
HSV(B) 237.86º 0.18% 0.62% -
XYZ 23.12 23.07 35.13 -
YUV 132.78 141.67 125.3 -
System Red Green Blue C M Y K H S L
Decimal 129 130 157 0.18 0.17 0 0.38 237.86 0.13 0.56
Hex 81 82 9D 12 11 0 26 EE C 38
Octal 201 202 235 22 21 0 46 356 14 70
Binary 10000001 10000010 10011101 10010 10001 0 100110 11101110 1100 111000

Color Harmonies of #81829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81829D

Black with #81829D

Text Example


Text Example

White with #81829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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