#828693

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

Shades of Manatee #828693

Tints of Manatee #828693

Color information

#828693 (or 0x828693) is unknown color: approx Manatee. HEX triplet: 82, 86 and 93. RGB value is (130,134,147). Sum of RGB (Red+Green+Blue) = 130+134+147=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 147 - color contains mainly: blue. Hex color #828693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828693 is #7D796C. Grayscale: #868686. Windows color (decimal): -8223085 or 9668226. OLE color: 9668226.

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

Color convert

RGB130134147-
CMYK0.120.0900.42
HSL225.88º7.3%54.31%-
HSV(B)225.88º11.56%57.65%-
XYZ2323.931.01-
YUV134.29135.17124.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 134 (52.73% from 255) = 32.60%
BLUE value IS 147 (57.81% from 255) = 35.77%
R=31.63%
G=32.60%
B=35.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301341470.120.0900.42225.887.354.31
Hex828693C902Ae2736
Octal2022062231411052342766
Binary10000010100001101001001111001001010101011100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828693; }

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

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

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

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

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

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

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

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