Html Css Color HEX #827885 Mamba

📋 copy color: '#827885'

red 130 ◦ green 120 ◦ blue 133

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

Shades of Mamba #827885

Tints of Mamba #827885

RGB

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

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

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

R = 33.94%
G = 31.33%
B = 34.73%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#827885 (or 0x827885) is known color: Mamba. HEX triplet: 82, 78 and 85. RGB value is (130,120,133). Sum of RGB (Red+Green+Blue) = 130+120+133=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 133 - color contains mainly: blue. Hex color #827885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827885 is #7D877A. Grayscale: #7C7C7C. Windows color (decimal): -8226683 or 8747138. OLE color: 8747138.

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

Color convert

RGB 130 120 133 -
CMYK 0.02 0.10 0 0.48
HSL 286.15º 0.05% 0.5% -
HSV(B) 286.15º 0.1% 0.52% -
XYZ 20.16 19.87 24.96 -
YUV 124.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 130 120 133 0.02 0.10 0 0.48 286.15 0.05 0.5
Hex 82 78 85 2 A 0 30 11E 5 32
Octal 202 170 205 2 12 0 60 436 5 62
Binary 10000010 1111000 10000101 10 1010 0 110000 100011110 101 110010

Color Harmonies of #827885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827885

Black with #827885

Text Example


Text Example

White with #827885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827885; }

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

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

background-color css

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

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

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

border-color css

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

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

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