#82687B

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

Shades of Monsoon #82687B

Tints of Monsoon #82687B

Color information

#82687B (or 0x82687B) is unknown color: approx Monsoon. HEX triplet: 82, 68 and 7B. RGB value is (130,104,123). Sum of RGB (Red+Green+Blue) = 130+104+123=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 130 - color contains mainly: red. Hex color #82687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82687B is #7D9784. Grayscale: #717171. Windows color (decimal): -8230789 or 8087682. OLE color: 8087682.

HSL color Cylindrical-coordinate representation of color #82687B: hue angle of 316.15º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #82687B is Cyan = 0, Magento = 0.2, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB130104123-
CMYK00.20.050.49
HSL316.15º11.11%45.88%-
HSV(B)316.15º20%50.98%-
XYZ17.7316.0820.91-
YUV113.94133.11139.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.41%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 123 (48.44% from 255) = 34.45%
R=36.41%
G=29.13%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010412300.20.050.49316.1511.1145.88
Hex82687B01453113cb2e
Octal2021501730245614741356
Binary10000010110100011110110101001011100011001111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82687B; }

 p { color: rgb(130,104,123); }

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

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

 a { background-color: rgb(130,104,123); }

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

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

 span { border-color: rgb(130,104,123); }

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