Html Css Color HEX #827385 Mamba

📋 copy color: '#827385'

red 130 ◦ green 115 ◦ blue 133

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

Shades of Mamba #827385

Tints of Mamba #827385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.42%

 BLUE value IS 133 (52.34% from 255) = 35.19%

R = 34.39%
G = 30.42%
B = 35.19%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#827385 (or 0x827385) is known color: Mamba. HEX triplet: 82, 73 and 85. RGB value is (130,115,133). Sum of RGB (Red+Green+Blue) = 130+115+133=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 133 - color contains mainly: blue. Hex color #827385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827385 is #7D8C7A. Grayscale: #797979. Windows color (decimal): -8227963 or 8745858. OLE color: 8745858.

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

Color convert

RGB 130 115 133 -
CMYK 0.02 0.14 0 0.48
HSL 290º 0.07% 0.49% -
HSV(B) 290º 0.14% 0.52% -
XYZ 19.57 18.7 24.77 -
YUV 121.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 130 115 133 0.02 0.14 0 0.48 290 0.07 0.49
Hex 82 73 85 2 E 0 30 122 7 31
Octal 202 163 205 2 16 0 60 442 7 61
Binary 10000010 1110011 10000101 10 1110 0 110000 100100010 111 110001

Color Harmonies of #827385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827385

Black with #827385

Text Example


Text Example

White with #827385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827385; }

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

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

background-color css

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

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

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

border-color css

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

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

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