Html Css Color HEX #856F8C Mamba

📋 copy color: '#856F8C'

red 133 ◦ green 111 ◦ blue 140

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

Shades of Mamba #856F8C

Tints of Mamba #856F8C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.91%

 BLUE value IS 140 (55.08% from 255) = 36.46%

R = 34.64%
G = 28.91%
B = 36.46%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#856F8C (or 0x856F8C) is known color: Mamba. HEX triplet: 85, 6F and 8C. RGB value is (133,111,140). Sum of RGB (Red+Green+Blue) = 133+111+140=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 140 - color contains mainly: blue. Hex color #856F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856F8C is #7A9073. Grayscale: #787878. Windows color (decimal): -8032372 or 9203589. OLE color: 9203589.

HSL color Cylindrical-coordinate representation of color #856F8C: hue angle of 285.52º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #856F8C is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 111 140 -
CMYK 0.05 0.21 0 0.45
HSL 285.52º 0.12% 0.49% -
HSV(B) 285.52º 0.21% 0.55% -
XYZ 20.09 18.25 27.27 -
YUV 120.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 133 111 140 0.05 0.21 0 0.45 285.52 0.12 0.49
Hex 85 6F 8C 5 15 0 2D 11E C 31
Octal 205 157 214 5 25 0 55 436 14 61
Binary 10000101 1101111 10001100 101 10101 0 101101 100011110 1100 110001

Color Harmonies of #856F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F8C

Black with #856F8C

Text Example


Text Example

White with #856F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856F8C; }

 p { color: rgb(133,111,140); }

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

background-color css

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

 a { background-color: rgb(133,111,140); }

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

border-color css

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

 span { border-color: rgb(133,111,140); }

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