Html Css Color HEX #816B7E Old Lavender

📋 copy color: '#816B7E'

red 129 ◦ green 107 ◦ blue 126

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

Shades of Old Lavender #816B7E

Tints of Old Lavender #816B7E

RGB

 RED value IS 129 (50.78% from 255) = 35.64%

 GREEN value IS 107 (42.19% from 255) = 29.56%

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

R = 35.64%
G = 29.56%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#816B7E (or 0x816B7E) is known color: Old Lavender. HEX triplet: 81, 6B and 7E. RGB value is (129,107,126). Sum of RGB (Red+Green+Blue) = 129+107+126=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 129 - color contains mainly: red. Hex color #816B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816B7E is #7E9481. Grayscale: #737373. Windows color (decimal): -8295554 or 8285057. OLE color: 8285057.

HSL color Cylindrical-coordinate representation of color #816B7E: hue angle of 308.18º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #816B7E is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 107 126 -
CMYK 0 0.17 0.02 0.49
HSL 308.18º 0.09% 0.46% -
HSV(B) 308.18º 0.17% 0.51% -
XYZ 18.08 16.69 22.01 -
YUV 115.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 129 107 126 0 0.17 0.02 0.49 308.18 0.09 0.46
Hex 81 6B 7E 0 11 2 31 134 9 2E
Octal 201 153 176 0 21 2 61 464 11 56
Binary 10000001 1101011 1111110 0 10001 10 110001 100110100 1001 101110

Color Harmonies of #816B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816B7E

Black with #816B7E

Text Example


Text Example

White with #816B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816B7E; }

 p { color: rgb(129,107,126); }

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

background-color css

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

 a { background-color: rgb(129,107,126); }

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

border-color css

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

 span { border-color: rgb(129,107,126); }

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