Html Css Color HEX #837C83 Old Lavender

📋 copy color: '#837C83'

red 131 ◦ green 124 ◦ blue 131

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

Shades of Old Lavender #837C83

Tints of Old Lavender #837C83

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.12%

 BLUE value IS 131 (51.56% from 255) = 33.94%

R = 33.94%
G = 32.12%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#837C83 (or 0x837C83) is known color: Old Lavender. HEX triplet: 83, 7C and 83. RGB value is (131,124,131). Sum of RGB (Red+Green+Blue) = 131+124+131=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #837C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837C83 is #7C837C. Grayscale: #7E7E7E. Windows color (decimal): -8160125 or 8617091. OLE color: 8617091.

HSL color Cylindrical-coordinate representation of color #837C83: hue angle of 300º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #837C83 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 124 131 -
CMYK 0 0.05 0 0.49
HSL 300º 0.03% 0.5% -
HSV(B) 300º 0.05% 0.51% -
XYZ 20.66 20.88 24.41 -
YUV 126.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 131 124 131 0 0.05 0 0.49 300 0.03 0.5
Hex 83 7C 83 0 5 0 31 12C 3 32
Octal 203 174 203 0 5 0 61 454 3 62
Binary 10000011 1111100 10000011 0 101 0 110001 100101100 11 110010

Color Harmonies of #837C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837C83

Black with #837C83

Text Example


Text Example

White with #837C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837C83; }

 p { color: rgb(131,124,131); }

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

background-color css

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

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

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

border-color css

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

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

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