Html Css Color HEX #818392 Manatee

📋 copy color: '#818392'

red 129 ◦ green 131 ◦ blue 146

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

Shades of Manatee #818392

Tints of Manatee #818392

RGB

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

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

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

R = 31.77%
G = 32.27%
B = 35.96%

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

#818392 (or 0x818392) is known color: Manatee. HEX triplet: 81, 83 and 92. RGB value is (129,131,146). Sum of RGB (Red+Green+Blue) = 129+131+146=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 146 - color contains mainly: blue. Hex color #818392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818392 is #7E7C6D. Grayscale: #848484. Windows color (decimal): -8289390 or 9601921. OLE color: 9601921.

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

Color convert

RGB 129 131 146 -
CMYK 0.12 0.10 0 0.43
HSL 232.94º 0.07% 0.54% -
HSV(B) 232.94º 0.12% 0.57% -
XYZ 22.36 22.98 30.45 -
YUV 132.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 129 131 146 0.12 0.10 0 0.43 232.94 0.07 0.54
Hex 81 83 92 C A 0 2B E9 7 36
Octal 201 203 222 14 12 0 53 351 7 66
Binary 10000001 10000011 10010010 1100 1010 0 101011 11101001 111 110110

Color Harmonies of #818392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818392

Black with #818392

Text Example


Text Example

White with #818392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818392; }

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

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

background-color css

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

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

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

border-color css

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

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

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