Html Css Color HEX #827588 Mamba

📋 copy color: '#827588'

red 130 ◦ green 117 ◦ blue 136

#827588
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mamba #827588

Tints of Mamba #827588

RGB

 RED value IS 130 (51.17% from 255) = 33.94%

 GREEN value IS 117 (46.09% from 255) = 30.55%

 BLUE value IS 136 (53.52% from 255) = 35.51%

R = 33.94%
G = 30.55%
B = 35.51%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#827588 (or 0x827588) is known color: Mamba. HEX triplet: 82, 75 and 88. RGB value is (130,117,136). Sum of RGB (Red+Green+Blue) = 130+117+136=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 136 - color contains mainly: blue. Hex color #827588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827588 is #7D8A77. Grayscale: #7A7A7A. Windows color (decimal): -8227448 or 8942978. OLE color: 8942978.

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

Color convert

RGB 130 117 136 -
CMYK 0.04 0.14 0 0.47
HSL 281.05º 0.08% 0.5% -
HSV(B) 281.05º 0.14% 0.53% -
XYZ 20.01 19.25 25.95 -
YUV 123.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 130 117 136 0.04 0.14 0 0.47 281.05 0.08 0.5
Hex 82 75 88 4 E 0 2F 119 8 32
Octal 202 165 210 4 16 0 57 431 10 62
Binary 10000010 1110101 10001000 100 1110 0 101111 100011001 1000 110010

Color Harmonies of #827588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827588

Black with #827588

Text Example


Text Example

White with #827588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827588; }

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

 H1.HeaderClassName
 {
   color: #827588;
 }
 .AnyTagClassName
 {
   color: #827588;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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