Html Css Color HEX #818293 Manatee

📋 copy color: '#818293'

red 129 ◦ green 130 ◦ blue 147

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

Shades of Manatee #818293

Tints of Manatee #818293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.21%

R = 31.77%
G = 32.02%
B = 36.21%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#818293 (or 0x818293) is known color: Manatee. HEX triplet: 81, 82 and 93. RGB value is (129,130,147). Sum of RGB (Red+Green+Blue) = 129+130+147=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 147 - color contains mainly: blue. Hex color #818293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818293 is #7E7D6C. Grayscale: #838383. Windows color (decimal): -8289645 or 9667201. OLE color: 9667201.

HSL color Cylindrical-coordinate representation of color #818293: hue angle of 236.67º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #818293 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 130 147 -
CMYK 0.12 0.12 0 0.42
HSL 236.67º 0.08% 0.54% -
HSV(B) 236.67º 0.12% 0.58% -
XYZ 22.3 22.74 30.82 -
YUV 131.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 129 130 147 0.12 0.12 0 0.42 236.67 0.08 0.54
Hex 81 82 93 C C 0 2A ED 8 36
Octal 201 202 223 14 14 0 52 355 10 66
Binary 10000001 10000010 10010011 1100 1100 0 101010 11101101 1000 110110

Color Harmonies of #818293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818293

Black with #818293

Text Example


Text Example

White with #818293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818293; }

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

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

background-color css

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

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

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

border-color css

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

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

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