Html Css Color HEX #83698C Mamba

📋 copy color: '#83698C'

red 131 ◦ green 105 ◦ blue 140

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

Shades of Mamba #83698C

Tints of Mamba #83698C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.93%

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

R = 34.84%
G = 27.93%
B = 37.23%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83698C (or 0x83698C) is known color: Mamba. HEX triplet: 83, 69 and 8C. RGB value is (131,105,140). Sum of RGB (Red+Green+Blue) = 131+105+140=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 140 - color contains mainly: blue. Hex color #83698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83698C is #7C9673. Grayscale: #747474. Windows color (decimal): -8164980 or 9202051. OLE color: 9202051.

HSL color Cylindrical-coordinate representation of color #83698C: hue angle of 284.57º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83698C is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 105 140 -
CMYK 0.06 0.25 0 0.45
HSL 284.57º 0.14% 0.48% -
HSV(B) 284.57º 0.25% 0.55% -
XYZ 19.15 16.82 27.05 -
YUV 116.76 141.11 138.15 -
System Red Green Blue C M Y K H S L
Decimal 131 105 140 0.06 0.25 0 0.45 284.57 0.14 0.48
Hex 83 69 8C 6 19 0 2D 11D E 30
Octal 203 151 214 6 31 0 55 435 16 60
Binary 10000011 1101001 10001100 110 11001 0 101101 100011101 1110 110000

Color Harmonies of #83698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83698C

Black with #83698C

Text Example


Text Example

White with #83698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83698C; }

 p { color: rgb(131,105,140); }

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

background-color css

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

 a { background-color: rgb(131,105,140); }

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

border-color css

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

 span { border-color: rgb(131,105,140); }

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