Html Css Color HEX #83687E Old Lavender

📋 copy color: '#83687E'

red 131 ◦ green 104 ◦ blue 126

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

Shades of Old Lavender #83687E

Tints of Old Lavender #83687E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.81%

 BLUE value IS 126 (49.61% from 255) = 34.9%

R = 36.29%
G = 28.81%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#83687E (or 0x83687E) is known color: Old Lavender. HEX triplet: 83, 68 and 7E. RGB value is (131,104,126). Sum of RGB (Red+Green+Blue) = 131+104+126=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 131 - color contains mainly: red. Hex color #83687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83687E is #7C9781. Grayscale: #727272. Windows color (decimal): -8165250 or 8284291. OLE color: 8284291.

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

Color convert

RGB 131 104 126 -
CMYK 0 0.21 0.04 0.49
HSL 311.11º 0.11% 0.46% -
HSV(B) 311.11º 0.21% 0.51% -
XYZ 18.08 16.23 21.92 -
YUV 114.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 131 104 126 0 0.21 0.04 0.49 311.11 0.11 0.46
Hex 83 68 7E 0 15 4 31 137 B 2E
Octal 203 150 176 0 25 4 61 467 13 56
Binary 10000011 1101000 1111110 0 10101 100 110001 100110111 1011 101110

Color Harmonies of #83687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83687E

Black with #83687E

Text Example


Text Example

White with #83687E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83687E; }

 p { color: rgb(131,104,126); }

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

background-color css

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

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

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

border-color css

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

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

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