Html Css Color HEX #837983 Old Lavender

📋 copy color: '#837983'

red 131 ◦ green 121 ◦ blue 131

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

Shades of Old Lavender #837983

Tints of Old Lavender #837983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.59%

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

R = 34.2%
G = 31.59%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#837983 (or 0x837983) is known color: Old Lavender. HEX triplet: 83, 79 and 83. RGB value is (131,121,131). Sum of RGB (Red+Green+Blue) = 131+121+131=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #837983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837983 is #7C867C. Grayscale: #7D7D7D. Windows color (decimal): -8160893 or 8616323. OLE color: 8616323.

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

Color convert

RGB 131 121 131 -
CMYK 0 0.08 0 0.49
HSL 300º 0.04% 0.49% -
HSV(B) 300º 0.08% 0.51% -
XYZ 20.29 20.14 24.29 -
YUV 125.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 131 121 131 0 0.08 0 0.49 300 0.04 0.49
Hex 83 79 83 0 8 0 31 12C 4 31
Octal 203 171 203 0 10 0 61 454 4 61
Binary 10000011 1111001 10000011 0 1000 0 110001 100101100 100 110001

Color Harmonies of #837983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837983

Black with #837983

Text Example


Text Example

White with #837983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837983; }

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

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

background-color css

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

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

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

border-color css

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

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

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