Html Css Color HEX #856690 Mamba

📋 copy color: '#856690'

red 133 ◦ green 102 ◦ blue 144

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

Shades of Mamba #856690

Tints of Mamba #856690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.91%

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

R = 35.09%
G = 26.91%
B = 37.99%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#856690 (or 0x856690) is known color: Mamba. HEX triplet: 85, 66 and 90. RGB value is (133,102,144). Sum of RGB (Red+Green+Blue) = 133+102+144=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 144 - color contains mainly: blue. Hex color #856690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856690 is #7A996F. Grayscale: #737373. Windows color (decimal): -8034672 or 9463429. OLE color: 9463429.

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

Color convert

RGB 133 102 144 -
CMYK 0.08 0.29 0 0.44
HSL 284.29º 0.17% 0.48% -
HSV(B) 284.29º 0.29% 0.56% -
XYZ 19.46 16.5 28.55 -
YUV 116.06 143.77 140.08 -
System Red Green Blue C M Y K H S L
Decimal 133 102 144 0.08 0.29 0 0.44 284.29 0.17 0.48
Hex 85 66 90 8 1D 0 2C 11C 11 30
Octal 205 146 220 10 35 0 54 434 21 60
Binary 10000101 1100110 10010000 1000 11101 0 101100 100011100 10001 110000

Color Harmonies of #856690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856690

Black with #856690

Text Example


Text Example

White with #856690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856690; }

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

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

background-color css

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

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

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

border-color css

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

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

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