Html Css Color HEX #818291 Manatee

📋 copy color: '#818291'

red 129 ◦ green 130 ◦ blue 145

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

Shades of Manatee #818291

Tints of Manatee #818291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.18%

 BLUE value IS 145 (57.03% from 255) = 35.89%

R = 31.93%
G = 32.18%
B = 35.89%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#818291 (or 0x818291) is known color: Manatee. HEX triplet: 81, 82 and 91. RGB value is (129,130,145). Sum of RGB (Red+Green+Blue) = 129+130+145=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 145 - color contains mainly: blue. Hex color #818291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818291 is #7E7D6E. Grayscale: #838383. Windows color (decimal): -8289647 or 9536129. OLE color: 9536129.

HSL color Cylindrical-coordinate representation of color #818291: hue angle of 236.25º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #818291 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 129 130 145 -
CMYK 0.11 0.10 0 0.43
HSL 236.25º 0.07% 0.54% -
HSV(B) 236.25º 0.11% 0.57% -
XYZ 22.15 22.68 30 -
YUV 131.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 129 130 145 0.11 0.10 0 0.43 236.25 0.07 0.54
Hex 81 82 91 B A 0 2B EC 7 36
Octal 201 202 221 13 12 0 53 354 7 66
Binary 10000001 10000010 10010001 1011 1010 0 101011 11101100 111 110110

Color Harmonies of #818291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818291

Black with #818291

Text Example


Text Example

White with #818291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818291; }

 p { color: rgb(129,130,145); }

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

background-color css

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

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

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

border-color css

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

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

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