Html Css Color HEX #818297 Manatee

📋 copy color: '#818297'

red 129 ◦ green 130 ◦ blue 151

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

Shades of Manatee #818297

Tints of Manatee #818297

RGB

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

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

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

R = 31.46%
G = 31.71%
B = 36.83%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#818297 (or 0x818297) is known color: Manatee. HEX triplet: 81, 82 and 97. RGB value is (129,130,151). Sum of RGB (Red+Green+Blue) = 129+130+151=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 151 - color contains mainly: blue. Hex color #818297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818297 is #7E7D68. Grayscale: #848484. Windows color (decimal): -8289641 or 9929345. OLE color: 9929345.

HSL color Cylindrical-coordinate representation of color #818297: hue angle of 237.27º 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 #818297 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 130 151 -
CMYK 0.15 0.14 0 0.41
HSL 237.27º 0.1% 0.55% -
HSV(B) 237.27º 0.15% 0.59% -
XYZ 22.62 22.87 32.5 -
YUV 132.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 129 130 151 0.15 0.14 0 0.41 237.27 0.1 0.55
Hex 81 82 97 F E 0 29 ED A 37
Octal 201 202 227 17 16 0 51 355 12 67
Binary 10000001 10000010 10010111 1111 1110 0 101001 11101101 1010 110111

Color Harmonies of #818297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818297

Black with #818297

Text Example


Text Example

White with #818297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818297; }

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

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

background-color css

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

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

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

border-color css

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

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

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