#827885

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

Shades of Mamba #827885

Tints of Mamba #827885

Color information

#827885 (or 0x827885) is unknown color: approx Mamba. HEX triplet: 82, 78 and 85. RGB value is (130,120,133). Sum of RGB (Red+Green+Blue) = 130+120+133=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 133 - color contains mainly: blue. Hex color #827885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827885 is #7D877A. Grayscale: #7C7C7C. Windows color (decimal): -8226683 or 8747138. OLE color: 8747138.

HSL color Cylindrical-coordinate representation of color #827885: hue angle of 286.15º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #827885 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB130120133-
CMYK0.020.1000.48
HSL286.15º5.14%49.61%-
HSV(B)286.15º9.77%52.16%-
XYZ20.1619.8724.96-
YUV124.47132.81131.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.94%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 133 (52.34% from 255) = 34.73%
R=33.94%
G=31.33%
B=34.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301201330.020.1000.48286.155.1449.61
Hex8278852A03011e532
Octal202170205212060436562
Binary100000101111000100001011010100110000100011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827885; }

 p { color: rgb(130,120,133); }

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

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

 a { background-color: rgb(130,120,133); }

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

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

 span { border-color: rgb(130,120,133); }

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