Html Css Color HEX #837683 Old Lavender

📋 copy color: '#837683'

red 131 ◦ green 118 ◦ blue 131

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

Shades of Old Lavender #837683

Tints of Old Lavender #837683

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.05%

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

R = 34.47%
G = 31.05%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#837683 (or 0x837683) is known color: Old Lavender. HEX triplet: 83, 76 and 83. RGB value is (131,118,131). Sum of RGB (Red+Green+Blue) = 131+118+131=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #837683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837683 is #7C897C. Grayscale: #7B7B7B. Windows color (decimal): -8161661 or 8615555. OLE color: 8615555.

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

Color convert

RGB 131 118 131 -
CMYK 0 0.10 0 0.49
HSL 300º 0.05% 0.49% -
HSV(B) 300º 0.1% 0.51% -
XYZ 19.94 19.42 24.17 -
YUV 123.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 131 118 131 0 0.10 0 0.49 300 0.05 0.49
Hex 83 76 83 0 A 0 31 12C 5 31
Octal 203 166 203 0 12 0 61 454 5 61
Binary 10000011 1110110 10000011 0 1010 0 110001 100101100 101 110001

Color Harmonies of #837683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837683

Black with #837683

Text Example


Text Example

White with #837683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837683; }

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

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

background-color css

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

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

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

border-color css

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

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

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