Html Css Color HEX #807082 Old Lavender

📋 copy color: '#807082'

red 128 ◦ green 112 ◦ blue 130

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

Shades of Old Lavender #807082

Tints of Old Lavender #807082

RGB

 RED value IS 128 (50.39% from 255) = 34.59%

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

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

R = 34.59%
G = 30.27%
B = 35.14%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#807082 (or 0x807082) is known color: Old Lavender. HEX triplet: 80, 70 and 82. RGB value is (128,112,130). Sum of RGB (Red+Green+Blue) = 128+112+130=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 130 - color contains mainly: blue. Hex color #807082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807082 is #7F8F7D. Grayscale: #767676. Windows color (decimal): -8359806 or 8548480. OLE color: 8548480.

HSL color Cylindrical-coordinate representation of color #807082: hue angle of 293.33º 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 #807082 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 112 130 -
CMYK 0.02 0.14 0 0.49
HSL 293.33º 0.07% 0.47% -
HSV(B) 293.33º 0.14% 0.51% -
XYZ 18.73 17.79 23.57 -
YUV 118.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 128 112 130 0.02 0.14 0 0.49 293.33 0.07 0.47
Hex 80 70 82 2 E 0 31 125 7 2F
Octal 200 160 202 2 16 0 61 445 7 57
Binary 10000000 1110000 10000010 10 1110 0 110001 100100101 111 101111

Color Harmonies of #807082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807082

Black with #807082

Text Example


Text Example

White with #807082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807082; }

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

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

background-color css

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

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

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

border-color css

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

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

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