Html Css Color HEX #818393 Manatee

📋 copy color: '#818393'

red 129 ◦ green 131 ◦ blue 147

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

Shades of Manatee #818393

Tints of Manatee #818393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.12%

R = 31.7%
G = 32.19%
B = 36.12%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#818393 (or 0x818393) is known color: Manatee. HEX triplet: 81, 83 and 93. RGB value is (129,131,147). Sum of RGB (Red+Green+Blue) = 129+131+147=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 147 - color contains mainly: blue. Hex color #818393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818393 is #7E7C6C. Grayscale: #848484. Windows color (decimal): -8289389 or 9667457. OLE color: 9667457.

HSL color Cylindrical-coordinate representation of color #818393: hue angle of 233.33º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #818393 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 131 147 -
CMYK 0.12 0.11 0 0.42
HSL 233.33º 0.08% 0.54% -
HSV(B) 233.33º 0.12% 0.58% -
XYZ 22.44 23.01 30.86 -
YUV 132.23 136.34 125.7 -
System Red Green Blue C M Y K H S L
Decimal 129 131 147 0.12 0.11 0 0.42 233.33 0.08 0.54
Hex 81 83 93 C B 0 2A E9 8 36
Octal 201 203 223 14 13 0 52 351 10 66
Binary 10000001 10000011 10010011 1100 1011 0 101010 11101001 1000 110110

Color Harmonies of #818393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818393

Black with #818393

Text Example


Text Example

White with #818393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818393; }

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

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

background-color css

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

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

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

border-color css

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

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

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