Html Css Color HEX #856891 Mamba

📋 copy color: '#856891'

red 133 ◦ green 104 ◦ blue 145

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

Shades of Mamba #856891

Tints of Mamba #856891

RGB

 RED value IS 133 (52.34% from 255) = 34.82%

 GREEN value IS 104 (41.02% from 255) = 27.23%

 BLUE value IS 145 (57.03% from 255) = 37.96%

R = 34.82%
G = 27.23%
B = 37.96%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#856891 (or 0x856891) is known color: Mamba. HEX triplet: 85, 68 and 91. RGB value is (133,104,145). Sum of RGB (Red+Green+Blue) = 133+104+145=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 145 - color contains mainly: blue. Hex color #856891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856891 is #7A976E. Grayscale: #757575. Windows color (decimal): -8034159 or 9529477. OLE color: 9529477.

HSL color Cylindrical-coordinate representation of color #856891: hue angle of 282.44º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #856891 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 104 145 -
CMYK 0.08 0.28 0 0.43
HSL 282.44º 0.16% 0.49% -
HSV(B) 282.44º 0.28% 0.57% -
XYZ 19.73 16.93 29.02 -
YUV 117.35 143.61 139.17 -
System Red Green Blue C M Y K H S L
Decimal 133 104 145 0.08 0.28 0 0.43 282.44 0.16 0.49
Hex 85 68 91 8 1C 0 2B 11A 10 31
Octal 205 150 221 10 34 0 53 432 20 61
Binary 10000101 1101000 10010001 1000 11100 0 101011 100011010 10000 110001

Color Harmonies of #856891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856891

Black with #856891

Text Example


Text Example

White with #856891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856891; }

 p { color: rgb(133,104,145); }

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

background-color css

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

 a { background-color: rgb(133,104,145); }

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

border-color css

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

 span { border-color: rgb(133,104,145); }

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