Html Css Color HEX #828795 Manatee

📋 copy color: '#828795'

red 130 ◦ green 135 ◦ blue 149

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

Shades of Manatee #828795

Tints of Manatee #828795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.99%

R = 31.4%
G = 32.61%
B = 35.99%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#828795 (or 0x828795) is known color: Manatee. HEX triplet: 82, 87 and 95. RGB value is (130,135,149). Sum of RGB (Red+Green+Blue) = 130+135+149=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 149 - color contains mainly: blue. Hex color #828795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828795 is #7D786A. Grayscale: #878787. Windows color (decimal): -8222827 or 9799554. OLE color: 9799554.

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

Color convert

RGB 130 135 149 -
CMYK 0.13 0.09 0 0.42
HSL 224.21º 0.08% 0.55% -
HSV(B) 224.21º 0.13% 0.58% -
XYZ 23.29 24.24 31.89 -
YUV 135.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 130 135 149 0.13 0.09 0 0.42 224.21 0.08 0.55
Hex 82 87 95 D 9 0 2A E0 8 37
Octal 202 207 225 15 11 0 52 340 10 67
Binary 10000010 10000111 10010101 1101 1001 0 101010 11100000 1000 110111

Color Harmonies of #828795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828795

Black with #828795

Text Example


Text Example

White with #828795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828795; }

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

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

background-color css

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

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

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

border-color css

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

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

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