#827088

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

Shades of Mamba #827088

Tints of Mamba #827088

Color information

#827088 (or 0x827088) is unknown color: approx Mamba. HEX triplet: 82, 70 and 88. RGB value is (130,112,136). Sum of RGB (Red+Green+Blue) = 130+112+136=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 136 - color contains mainly: blue. Hex color #827088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827088 is #7D8F77. Grayscale: #787878. Windows color (decimal): -8228728 or 8941698. OLE color: 8941698.

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

Color convert

RGB130112136-
CMYK0.040.1800.47
HSL285º9.68%48.63%-
HSV(B)285º17.65%53.33%-
XYZ19.4418.1125.76-
YUV120.12136.96135.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.39%
GREEN value IS 112 (44.14% from 255) = 29.63%
BLUE value IS 136 (53.52% from 255) = 35.98%
R=34.39%
G=29.63%
B=35.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301121360.040.1800.472859.6848.63
Hex82708841202F11da31
Octal2021602104220574351261
Binary100000101110000100010001001001001011111000111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827088; }

 p { color: rgb(130,112,136); }

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

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

 a { background-color: rgb(130,112,136); }

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

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

 span { border-color: rgb(130,112,136); }

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