Html Css Color HEX #827082 Old Lavender

📋 copy color: '#827082'

red 130 ◦ green 112 ◦ blue 130

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

Shades of Old Lavender #827082

Tints of Old Lavender #827082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.11%

 BLUE value IS 130 (51.17% from 255) = 34.95%

R = 34.95%
G = 30.11%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#827082 (or 0x827082) is known color: Old Lavender. HEX triplet: 82, 70 and 82. RGB value is (130,112,130). Sum of RGB (Red+Green+Blue) = 130+112+130=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #827082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827082 is #7D8F7D. Grayscale: #777777. Windows color (decimal): -8228734 or 8548482. OLE color: 8548482.

HSL color Cylindrical-coordinate representation of color #827082: hue angle of 300º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #827082 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 112 130 -
CMYK 0 0.14 0 0.49
HSL 300º 0.07% 0.47% -
HSV(B) 300º 0.14% 0.51% -
XYZ 19.03 17.95 23.58 -
YUV 119.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 130 112 130 0 0.14 0 0.49 300 0.07 0.47
Hex 82 70 82 0 E 0 31 12C 7 2F
Octal 202 160 202 0 16 0 61 454 7 57
Binary 10000010 1110000 10000010 0 1110 0 110001 100101100 111 101111

Color Harmonies of #827082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827082

Black with #827082

Text Example


Text Example

White with #827082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827082; }

 p { color: rgb(130,112,130); }

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

background-color css

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

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

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

border-color css

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

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

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