Html Css Color HEX #818492 Manatee

📋 copy color: '#818492'

red 129 ◦ green 132 ◦ blue 146

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

Shades of Manatee #818492

Tints of Manatee #818492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.43%

 BLUE value IS 146 (57.42% from 255) = 35.87%

R = 31.7%
G = 32.43%
B = 35.87%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#818492 (or 0x818492) is known color: Manatee. HEX triplet: 81, 84 and 92. RGB value is (129,132,146). Sum of RGB (Red+Green+Blue) = 129+132+146=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 146 - color contains mainly: blue. Hex color #818492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818492 is #7E7B6D. Grayscale: #848484. Windows color (decimal): -8289134 or 9602177. OLE color: 9602177.

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

Color convert

RGB 129 132 146 -
CMYK 0.12 0.10 0 0.43
HSL 229.41º 0.07% 0.54% -
HSV(B) 229.41º 0.12% 0.57% -
XYZ 22.49 23.24 30.5 -
YUV 132.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 129 132 146 0.12 0.10 0 0.43 229.41 0.07 0.54
Hex 81 84 92 C A 0 2B E5 7 36
Octal 201 204 222 14 12 0 53 345 7 66
Binary 10000001 10000100 10010010 1100 1010 0 101011 11100101 111 110110

Color Harmonies of #818492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818492

Black with #818492

Text Example


Text Example

White with #818492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818492; }

 p { color: rgb(129,132,146); }

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

background-color css

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

 a { background-color: rgb(129,132,146); }

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

border-color css

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

 span { border-color: rgb(129,132,146); }

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