Html Css Color HEX #836B80 Old Lavender

📋 copy color: '#836B80'

red 131 ◦ green 107 ◦ blue 128

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

Shades of Old Lavender #836B80

Tints of Old Lavender #836B80

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.23%

 BLUE value IS 128 (50.39% from 255) = 34.97%

R = 35.79%
G = 29.23%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#836B80 (or 0x836B80) is known color: Old Lavender. HEX triplet: 83, 6B and 80. RGB value is (131,107,128). Sum of RGB (Red+Green+Blue) = 131+107+128=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 131 - color contains mainly: red. Hex color #836B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836B80 is #7C947F. Grayscale: #747474. Windows color (decimal): -8164480 or 8416131. OLE color: 8416131.

HSL color Cylindrical-coordinate representation of color #836B80: hue angle of 307.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #836B80 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 107 128 -
CMYK 0 0.18 0.02 0.49
HSL 307.5º 0.1% 0.47% -
HSV(B) 307.5º 0.18% 0.51% -
XYZ 18.51 16.9 22.71 -
YUV 116.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 131 107 128 0 0.18 0.02 0.49 307.5 0.1 0.47
Hex 83 6B 80 0 12 2 31 134 A 2F
Octal 203 153 200 0 22 2 61 464 12 57
Binary 10000011 1101011 10000000 0 10010 10 110001 100110100 1010 101111

Color Harmonies of #836B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836B80

Black with #836B80

Text Example


Text Example

White with #836B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836B80; }

 p { color: rgb(131,107,128); }

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

background-color css

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

 a { background-color: rgb(131,107,128); }

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

border-color css

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

 span { border-color: rgb(131,107,128); }

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