Html Css Color HEX #827884 Mamba

📋 copy color: '#827884'

red 130 ◦ green 120 ◦ blue 132

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

Shades of Mamba #827884

Tints of Mamba #827884

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.41%

 BLUE value IS 132 (51.95% from 255) = 34.55%

R = 34.03%
G = 31.41%
B = 34.55%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#827884 (or 0x827884) is known color: Mamba. HEX triplet: 82, 78 and 84. RGB value is (130,120,132). Sum of RGB (Red+Green+Blue) = 130+120+132=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 132 - color contains mainly: blue. Hex color #827884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827884 is #7D877B. Grayscale: #7C7C7C. Windows color (decimal): -8226684 or 8681602. OLE color: 8681602.

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

Color convert

RGB 130 120 132 -
CMYK 0.02 0.09 0 0.48
HSL 290º 0.05% 0.49% -
HSV(B) 290º 0.09% 0.52% -
XYZ 20.09 19.84 24.6 -
YUV 124.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 130 120 132 0.02 0.09 0 0.48 290 0.05 0.49
Hex 82 78 84 2 9 0 30 122 5 31
Octal 202 170 204 2 11 0 60 442 5 61
Binary 10000010 1111000 10000100 10 1001 0 110000 100100010 101 110001

Color Harmonies of #827884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827884

Black with #827884

Text Example


Text Example

White with #827884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827884; }

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

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

background-color css

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

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

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

border-color css

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

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

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