Html Css Color HEX #837885 Mamba

📋 copy color: '#837885'

red 131 ◦ green 120 ◦ blue 133

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

Shades of Mamba #837885

Tints of Mamba #837885

RGB

 RED value IS 131 (51.56% from 255) = 34.11%

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

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

R = 34.11%
G = 31.25%
B = 34.64%

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

#837885 (or 0x837885) is known color: Mamba. HEX triplet: 83, 78 and 85. RGB value is (131,120,133). Sum of RGB (Red+Green+Blue) = 131+120+133=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 133 - color contains mainly: blue. Hex color #837885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837885 is #7C877A. Grayscale: #7C7C7C. Windows color (decimal): -8161147 or 8747139. OLE color: 8747139.

HSL color Cylindrical-coordinate representation of color #837885: hue angle of 290.77º 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 #837885 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 120 133 -
CMYK 0.02 0.10 0 0.48
HSL 290.77º 0.05% 0.5% -
HSV(B) 290.77º 0.1% 0.52% -
XYZ 20.31 19.95 24.97 -
YUV 124.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 131 120 133 0.02 0.10 0 0.48 290.77 0.05 0.5
Hex 83 78 85 2 A 0 30 123 5 32
Octal 203 170 205 2 12 0 60 443 5 62
Binary 10000011 1111000 10000101 10 1010 0 110000 100100011 101 110010

Color Harmonies of #837885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837885

Black with #837885

Text Example


Text Example

White with #837885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837885; }

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

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

background-color css

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

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

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

border-color css

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

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

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