Html Css Color HEX #827486 Mamba

📋 copy color: '#827486'

red 130 ◦ green 116 ◦ blue 134

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

Shades of Mamba #827486

Tints of Mamba #827486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.53%

 BLUE value IS 134 (52.73% from 255) = 35.26%

R = 34.21%
G = 30.53%
B = 35.26%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#827486 (or 0x827486) is known color: Mamba. HEX triplet: 82, 74 and 86. RGB value is (130,116,134). Sum of RGB (Red+Green+Blue) = 130+116+134=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 134 - color contains mainly: blue. Hex color #827486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827486 is #7D8B79. Grayscale: #7A7A7A. Windows color (decimal): -8227706 or 8811650. OLE color: 8811650.

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

Color convert

RGB 130 116 134 -
CMYK 0.03 0.13 0 0.47
HSL 286.67º 0.07% 0.49% -
HSV(B) 286.67º 0.13% 0.53% -
XYZ 19.75 18.96 25.17 -
YUV 122.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 130 116 134 0.03 0.13 0 0.47 286.67 0.07 0.49
Hex 82 74 86 3 D 0 2F 11F 7 31
Octal 202 164 206 3 15 0 57 437 7 61
Binary 10000010 1110100 10000110 11 1101 0 101111 100011111 111 110001

Color Harmonies of #827486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827486

Black with #827486

Text Example


Text Example

White with #827486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827486; }

 p { color: rgb(130,116,134); }

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

background-color css

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

 a { background-color: rgb(130,116,134); }

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

border-color css

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

 span { border-color: rgb(130,116,134); }

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