Html Css Color HEX #83678F Mamba

📋 copy color: '#83678F'

red 131 ◦ green 103 ◦ blue 143

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

Shades of Mamba #83678F

Tints of Mamba #83678F

RGB

 RED value IS 131 (51.56% from 255) = 34.75%

 GREEN value IS 103 (40.63% 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 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

#83678F (or 0x83678F) is known color: 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

RGB 131 103 143 -
CMYK 0.08 0.28 0 0.44
HSL 282º 0.16% 0.48% -
HSV(B) 282º 0.28% 0.56% -
XYZ 19.17 16.51 28.16 -
YUV 115.93 143.28 138.75 -
System Red Green Blue C M Y K H S L
Decimal 131 103 143 0.08 0.28 0 0.44 282 0.16 0.48
Hex 83 67 8F 8 1C 0 2C 11A 10 30
Octal 203 147 217 10 34 0 54 432 20 60
Binary 10000011 1100111 10001111 1000 11100 0 101100 100011010 10000 110000

Color Harmonies of #83678F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83678F

Black with #83678F

Text Example


Text Example

White with #83678F

Text Example


Text Example

HTML Codes & Css Web 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>