Html Css Color HEX #856890 Mamba

📋 copy color: '#856890'

red 133 ◦ green 104 ◦ blue 144

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

Shades of Mamba #856890

Tints of Mamba #856890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.8%

R = 34.91%
G = 27.3%
B = 37.8%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#856890 (or 0x856890) is known color: Mamba. HEX triplet: 85, 68 and 90. RGB value is (133,104,144). Sum of RGB (Red+Green+Blue) = 133+104+144=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #856890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856890 is #7A976F. Grayscale: #757575. Windows color (decimal): -8034160 or 9463941. OLE color: 9463941.

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

Color convert

RGB 133 104 144 -
CMYK 0.08 0.28 0 0.44
HSL 283.5º 0.16% 0.49% -
HSV(B) 283.5º 0.28% 0.56% -
XYZ 19.66 16.9 28.61 -
YUV 117.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 133 104 144 0.08 0.28 0 0.44 283.5 0.16 0.49
Hex 85 68 90 8 1C 0 2C 11C 10 31
Octal 205 150 220 10 34 0 54 434 20 61
Binary 10000101 1101000 10010000 1000 11100 0 101100 100011100 10000 110001

Color Harmonies of #856890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856890

Black with #856890

Text Example


Text Example

White with #856890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856890; }

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

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

background-color css

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

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

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

border-color css

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

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

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