Html Css Color HEX #828799 Manatee

📋 copy color: '#828799'

red 130 ◦ green 135 ◦ blue 153

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

Shades of Manatee #828799

Tints of Manatee #828799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.3%

 BLUE value IS 153 (60.16% from 255) = 36.6%

R = 31.1%
G = 32.3%
B = 36.6%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#828799 (or 0x828799) is known color: Manatee. HEX triplet: 82, 87 and 99. RGB value is (130,135,153). Sum of RGB (Red+Green+Blue) = 130+135+153=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 153 - color contains mainly: blue. Hex color #828799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828799 is #7D7866. Grayscale: #878787. Windows color (decimal): -8222823 or 10061698. OLE color: 10061698.

HSL color Cylindrical-coordinate representation of color #828799: hue angle of 226.96º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #828799 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 135 153 -
CMYK 0.15 0.12 0 0.4
HSL 226.96º 0.1% 0.55% -
HSV(B) 226.96º 0.15% 0.6% -
XYZ 23.62 24.37 33.6 -
YUV 135.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 130 135 153 0.15 0.12 0 0.4 226.96 0.1 0.55
Hex 82 87 99 F C 0 28 E3 A 37
Octal 202 207 231 17 14 0 50 343 12 67
Binary 10000010 10000111 10011001 1111 1100 0 101000 11100011 1010 110111

Color Harmonies of #828799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828799

Black with #828799

Text Example


Text Example

White with #828799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828799; }

 p { color: rgb(130,135,153); }

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

background-color css

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

 a { background-color: rgb(130,135,153); }

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

border-color css

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

 span { border-color: rgb(130,135,153); }

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