Html Css Color HEX #818495 Manatee

📋 copy color: '#818495'

red 129 ◦ green 132 ◦ blue 149

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

Shades of Manatee #818495

Tints of Manatee #818495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.34%

R = 31.46%
G = 32.2%
B = 36.34%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#818495 (or 0x818495) is known color: Manatee. HEX triplet: 81, 84 and 95. RGB value is (129,132,149). Sum of RGB (Red+Green+Blue) = 129+132+149=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 149 - color contains mainly: blue. Hex color #818495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818495 is #7E7B6A. Grayscale: #848484. Windows color (decimal): -8289131 or 9798785. OLE color: 9798785.

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

Color convert

RGB 129 132 149 -
CMYK 0.13 0.11 0 0.42
HSL 231º 0.09% 0.55% -
HSV(B) 231º 0.13% 0.58% -
XYZ 22.73 23.34 31.74 -
YUV 133.04 137.01 125.12 -
System Red Green Blue C M Y K H S L
Decimal 129 132 149 0.13 0.11 0 0.42 231 0.09 0.55
Hex 81 84 95 D B 0 2A E7 9 37
Octal 201 204 225 15 13 0 52 347 11 67
Binary 10000001 10000100 10010101 1101 1011 0 101010 11100111 1001 110111

Color Harmonies of #818495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818495

Black with #818495

Text Example


Text Example

White with #818495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818495; }

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

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

background-color css

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

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

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

border-color css

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

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

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