Html Css Color HEX #828493 Manatee

📋 copy color: '#828493'

red 130 ◦ green 132 ◦ blue 147

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

Shades of Manatee #828493

Tints of Manatee #828493

RGB

 RED value IS 130 (51.17% from 255) = 31.78%

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

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

R = 31.78%
G = 32.27%
B = 35.94%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#828493 (or 0x828493) is known color: Manatee. HEX triplet: 82, 84 and 93. RGB value is (130,132,147). Sum of RGB (Red+Green+Blue) = 130+132+147=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 147 - color contains mainly: blue. Hex color #828493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828493 is #7D7B6C. Grayscale: #858585. Windows color (decimal): -8223597 or 9667714. OLE color: 9667714.

HSL color Cylindrical-coordinate representation of color #828493: hue angle of 232.94º degrees, saturation: 0.07, 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 #828493 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 132 147 -
CMYK 0.12 0.10 0 0.42
HSL 232.94º 0.07% 0.54% -
HSV(B) 232.94º 0.12% 0.58% -
XYZ 22.72 23.35 30.91 -
YUV 133.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 130 132 147 0.12 0.10 0 0.42 232.94 0.07 0.54
Hex 82 84 93 C A 0 2A E9 7 36
Octal 202 204 223 14 12 0 52 351 7 66
Binary 10000010 10000100 10010011 1100 1010 0 101010 11101001 111 110110

Color Harmonies of #828493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828493

Black with #828493

Text Example


Text Example

White with #828493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828493; }

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

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

background-color css

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

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

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

border-color css

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

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

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