Html Css Color HEX #82667E Old Lavender

📋 copy color: '#82667E'

red 130 ◦ green 102 ◦ blue 126

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

Shades of Old Lavender #82667E

Tints of Old Lavender #82667E

RGB

 RED value IS 130 (51.17% from 255) = 36.31%

 GREEN value IS 102 (40.23% from 255) = 28.49%

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

R = 36.31%
G = 28.49%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#82667E (or 0x82667E) is known color: Old Lavender. HEX triplet: 82, 66 and 7E. RGB value is (130,102,126). Sum of RGB (Red+Green+Blue) = 130+102+126=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 130 - color contains mainly: red. Hex color #82667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82667E is #7D9981. Grayscale: #717171. Windows color (decimal): -8231298 or 8283778. OLE color: 8283778.

HSL color Cylindrical-coordinate representation of color #82667E: hue angle of 308.57º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #82667E is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 102 126 -
CMYK 0 0.22 0.03 0.49
HSL 308.57º 0.12% 0.45% -
HSV(B) 308.57º 0.22% 0.51% -
XYZ 17.72 15.75 21.85 -
YUV 113.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 130 102 126 0 0.22 0.03 0.49 308.57 0.12 0.45
Hex 82 66 7E 0 16 3 31 135 C 2D
Octal 202 146 176 0 26 3 61 465 14 55
Binary 10000010 1100110 1111110 0 10110 11 110001 100110101 1100 101101

Color Harmonies of #82667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82667E

Black with #82667E

Text Example


Text Example

White with #82667E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,102,126); }

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

background-color css

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

 a { background-color: rgb(130,102,126); }

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

border-color css

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

 span { border-color: rgb(130,102,126); }

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