Html Css Color HEX #818493 Manatee

📋 copy color: '#818493'

red 129 ◦ green 132 ◦ blue 147

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

Shades of Manatee #818493

Tints of Manatee #818493

RGB

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

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

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

R = 31.62%
G = 32.35%
B = 36.03%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#818493 (or 0x818493) is known color: Manatee. HEX triplet: 81, 84 and 93. RGB value is (129,132,147). Sum of RGB (Red+Green+Blue) = 129+132+147=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 147 - color contains mainly: blue. Hex color #818493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818493 is #7E7B6C. Grayscale: #848484. Windows color (decimal): -8289133 or 9667713. OLE color: 9667713.

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

Color convert

RGB 129 132 147 -
CMYK 0.12 0.10 0 0.42
HSL 230º 0.08% 0.54% -
HSV(B) 230º 0.12% 0.58% -
XYZ 22.57 23.28 30.91 -
YUV 132.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 129 132 147 0.12 0.10 0 0.42 230 0.08 0.54
Hex 81 84 93 C A 0 2A E6 8 36
Octal 201 204 223 14 12 0 52 346 10 66
Binary 10000001 10000100 10010011 1100 1010 0 101010 11100110 1000 110110

Color Harmonies of #818493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818493

Black with #818493

Text Example


Text Example

White with #818493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818493; }

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

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

background-color css

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

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

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

border-color css

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

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

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