#828695

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

Shades of Manatee #828695

Tints of Manatee #828695

Color information

#828695 (or 0x828695) is unknown color: approx Manatee. HEX triplet: 82, 86 and 95. RGB value is (130,134,149). Sum of RGB (Red+Green+Blue) = 130+134+149=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 149 - color contains mainly: blue. Hex color #828695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828695 is #7D796A. Grayscale: #868686. Windows color (decimal): -8223083 or 9799298. OLE color: 9799298.

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

Color convert

RGB130134149-
CMYK0.130.1000.42
HSL227.37º8.23%54.71%-
HSV(B)227.37º12.75%58.43%-
XYZ23.1623.9731.84-
YUV134.51136.17124.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.48%
GREEN value IS 134 (52.73% from 255) = 32.45%
BLUE value IS 149 (58.59% from 255) = 36.08%
R=31.48%
G=32.45%
B=36.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301341490.130.1000.42227.378.2354.71
Hex828695DA02Ae3837
Octal20220622515120523431067
Binary100000101000011010010101110110100101010111000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828695; }

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

 H1.HeaderClassName
 {
   color: #828695;
 }
 .AnyTagClassName
 {
   color: #828695;
 }
</style>
background-color css

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

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

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

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

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

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