Html Css Color HEX #82647D Old Lavender

📋 copy color: '#82647D'

red 130 ◦ green 100 ◦ blue 125

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

Shades of Old Lavender #82647D

Tints of Old Lavender #82647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.17%

 BLUE value IS 125 (49.22% from 255) = 35.21%

R = 36.62%
G = 28.17%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#82647D (or 0x82647D) is known color: Old Lavender. HEX triplet: 82, 64 and 7D. RGB value is (130,100,125). Sum of RGB (Red+Green+Blue) = 130+100+125=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #82647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82647D is #7D9B82. Grayscale: #6F6F6F. Windows color (decimal): -8231811 or 8217730. OLE color: 8217730.

HSL color Cylindrical-coordinate representation of color #82647D: hue angle of 310º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #82647D is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 100 125 -
CMYK 0 0.23 0.04 0.49
HSL 310º 0.13% 0.45% -
HSV(B) 310º 0.23% 0.51% -
XYZ 17.46 15.34 21.44 -
YUV 111.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 130 100 125 0 0.23 0.04 0.49 310 0.13 0.45
Hex 82 64 7D 0 17 4 31 136 D 2D
Octal 202 144 175 0 27 4 61 466 15 55
Binary 10000010 1100100 1111101 0 10111 100 110001 100110110 1101 101101

Color Harmonies of #82647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82647D

Black with #82647D

Text Example


Text Example

White with #82647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82647D; }

 p { color: rgb(130,100,125); }

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

background-color css

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

 a { background-color: rgb(130,100,125); }

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

border-color css

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

 span { border-color: rgb(130,100,125); }

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