#828795

Color #828795 Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #828795

Tints of Manatee #828795

Color information

#828795 (or 0x828795) is unknown color: approx 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

RGB130135149-
CMYK0.130.0900.42
HSL224.21º8.23%54.71%-
HSV(B)224.21º12.75%58.43%-
XYZ23.2924.2431.89-
YUV135.1135.84124.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.40%
GREEN value IS 135 (53.12% from 255) = 32.61%
BLUE value IS 149 (58.59% from 255) = 35.99%
R=31.40%
G=32.61%
B=35.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301351490.130.0900.42224.218.2354.71
Hex828795D902Ae0837
Octal20220722515110523401067
Binary100000101000011110010101110110010101010111000001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>