Html Css Color HEX #826880 Old Lavender

📋 copy color: '#826880'

red 130 ◦ green 104 ◦ blue 128

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

Shades of Old Lavender #826880

Tints of Old Lavender #826880

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.73%

 BLUE value IS 128 (50.39% from 255) = 35.36%

R = 35.91%
G = 28.73%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#826880 (or 0x826880) is known color: Old Lavender. HEX triplet: 82, 68 and 80. RGB value is (130,104,128). Sum of RGB (Red+Green+Blue) = 130+104+128=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #826880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826880 is #7D977F. Grayscale: #727272. Windows color (decimal): -8230784 or 8415362. OLE color: 8415362.

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

Color convert

RGB 130 104 128 -
CMYK 0 0.2 0.02 0.49
HSL 304.62º 0.11% 0.46% -
HSV(B) 304.62º 0.2% 0.51% -
XYZ 18.05 16.2 22.6 -
YUV 114.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 130 104 128 0 0.2 0.02 0.49 304.62 0.11 0.46
Hex 82 68 80 0 14 2 31 131 B 2E
Octal 202 150 200 0 24 2 61 461 13 56
Binary 10000010 1101000 10000000 0 10100 10 110001 100110001 1011 101110

Color Harmonies of #826880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826880

Black with #826880

Text Example


Text Example

White with #826880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826880; }

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

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

background-color css

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

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

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

border-color css

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

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

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