Html Css Color HEX #818196 Manatee

📋 copy color: '#818196'

red 129 ◦ green 129 ◦ blue 150

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

Shades of Manatee #818196

Tints of Manatee #818196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.76%

R = 31.62%
G = 31.62%
B = 36.76%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#818196 (or 0x818196) is known color: Manatee. HEX triplet: 81, 81 and 96. RGB value is (129,129,150). Sum of RGB (Red+Green+Blue) = 129+129+150=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 150 - color contains mainly: blue. Hex color #818196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818196 is #7E7E69. Grayscale: #838383. Windows color (decimal): -8289898 or 9863553. OLE color: 9863553.

HSL color Cylindrical-coordinate representation of color #818196: hue angle of 240º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #818196 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 129 150 -
CMYK 0.14 0.14 0 0.41
HSL 240º 0.09% 0.55% -
HSV(B) 240º 0.14% 0.59% -
XYZ 22.41 22.57 32.03 -
YUV 131.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 129 129 150 0.14 0.14 0 0.41 240 0.09 0.55
Hex 81 81 96 E E 0 29 F0 9 37
Octal 201 201 226 16 16 0 51 360 11 67
Binary 10000001 10000001 10010110 1110 1110 0 101001 11110000 1001 110111

Color Harmonies of #818196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818196

Black with #818196

Text Example


Text Example

White with #818196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818196; }

 p { color: rgb(129,129,150); }

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

background-color css

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

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

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

border-color css

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

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

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