#827187

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

Shades of Mamba #827187

Tints of Mamba #827187

Color information

#827187 (or 0x827187) is unknown color: approx Mamba. HEX triplet: 82, 71 and 87. RGB value is (130,113,135). Sum of RGB (Red+Green+Blue) = 130+113+135=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 135 - color contains mainly: blue. Hex color #827187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827187 is #7D8E78. Grayscale: #787878. Windows color (decimal): -8228473 or 8876418. OLE color: 8876418.

HSL color Cylindrical-coordinate representation of color #827187: hue angle of 286.36º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #827187 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB130113135-
CMYK0.040.1600.47
HSL286.36º8.87%48.63%-
HSV(B)286.36º16.3%52.94%-
XYZ19.4818.3125.43-
YUV120.59136.13134.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.39%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 135 (53.12% from 255) = 35.71%
R=34.39%
G=29.89%
B=35.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301131350.040.1600.47286.368.8748.63
Hex82718741002F11e931
Octal2021612074200574361161
Binary100000101110001100001111001000001011111000111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827187; }

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

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

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

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

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

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

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

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