#83678F

Color #83678F Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #83678F

Tints of Mamba #83678F

Color information

#83678F (or 0x83678F) is unknown color: approx Mamba. HEX triplet: 83, 67 and 8F. RGB value is (131,103,143). Sum of RGB (Red+Green+Blue) = 131+103+143=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 143 - color contains mainly: blue. Hex color #83678F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83678F is #7C9870. Grayscale: #737373. Windows color (decimal): -8165489 or 9398147. OLE color: 9398147.

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

Color convert

RGB131103143-
CMYK0.080.2800.44
HSL282º16.26%48.24%-
HSV(B)282º27.97%56.08%-
XYZ19.1716.5128.16-
YUV115.93143.28138.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.75%
GREEN value IS 103 (40.62% from 255) = 27.32%
BLUE value IS 143 (56.25% from 255) = 37.93%
R=34.75%
G=27.32%
B=37.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311031430.080.2800.4428216.2648.24
Hex83678F81C02C11a1030
Octal20314721710340544322060
Binary10000011110011110001111100011100010110010001101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83678F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83678F; }

 p { color: rgb(131,103,143); }

 H1.HeaderClassName
 {
   color: #83678F;
 }
 .AnyTagClassName
 {
   color: #83678F;
 }
</style>
background-color css

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

 a { background-color: rgb(131,103,143); }

 div.DivClassName
 {
   background-color: #83678F;
 }
 .BgClassName
 {
   background-color: #83678F;
 }
</style>
border-color css

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

 span { border-color: rgb(131,103,143); }

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