Html Css Color HEX #818197 Manatee

📋 copy color: '#818197'

red 129 ◦ green 129 ◦ blue 151

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

Shades of Manatee #818197

Tints of Manatee #818197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.92%

R = 31.54%
G = 31.54%
B = 36.92%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#818197 (or 0x818197) is known color: Manatee. HEX triplet: 81, 81 and 97. RGB value is (129,129,151). Sum of RGB (Red+Green+Blue) = 129+129+151=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 151 - color contains mainly: blue. Hex color #818197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818197 is #7E7E68. Grayscale: #838383. Windows color (decimal): -8289897 or 9929089. OLE color: 9929089.

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

Color convert

RGB 129 129 151 -
CMYK 0.15 0.15 0 0.41
HSL 240º 0.1% 0.55% -
HSV(B) 240º 0.15% 0.59% -
XYZ 22.49 22.6 32.46 -
YUV 131.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 129 129 151 0.15 0.15 0 0.41 240 0.1 0.55
Hex 81 81 97 F F 0 29 F0 A 37
Octal 201 201 227 17 17 0 51 360 12 67
Binary 10000001 10000001 10010111 1111 1111 0 101001 11110000 1010 110111

Color Harmonies of #818197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818197

Black with #818197

Text Example


Text Example

White with #818197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818197; }

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

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

background-color css

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

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

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

border-color css

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

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

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