Html Css Color HEX #83677E Old Lavender

📋 copy color: '#83677E'

red 131 ◦ green 103 ◦ blue 126

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

Shades of Old Lavender #83677E

Tints of Old Lavender #83677E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.61%

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

R = 36.39%
G = 28.61%
B = 35%

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

#83677E (or 0x83677E) is known color: Old Lavender. HEX triplet: 83, 67 and 7E. RGB value is (131,103,126). Sum of RGB (Red+Green+Blue) = 131+103+126=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 131 - color contains mainly: red. Hex color #83677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83677E is #7C9881. Grayscale: #717171. Windows color (decimal): -8165506 or 8284035. OLE color: 8284035.

HSL color Cylindrical-coordinate representation of color #83677E: hue angle of 310.71º degrees, saturation: 0.12, 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 #83677E is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 103 126 -
CMYK 0 0.21 0.04 0.49
HSL 310.71º 0.12% 0.46% -
HSV(B) 310.71º 0.21% 0.51% -
XYZ 17.98 16.03 21.89 -
YUV 113.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 131 103 126 0 0.21 0.04 0.49 310.71 0.12 0.46
Hex 83 67 7E 0 15 4 31 137 C 2E
Octal 203 147 176 0 25 4 61 467 14 56
Binary 10000011 1100111 1111110 0 10101 100 110001 100110111 1100 101110

Color Harmonies of #83677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83677E

Black with #83677E

Text Example


Text Example

White with #83677E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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