Html Css Color HEX #826078 Old Lavender

📋 copy color: '#826078'

red 130 ◦ green 96 ◦ blue 120

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

Shades of Old Lavender #826078

Tints of Old Lavender #826078

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.75%

 BLUE value IS 120 (47.27% from 255) = 34.68%

R = 37.57%
G = 27.75%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#826078 (or 0x826078) is known color: Old Lavender. HEX triplet: 82, 60 and 78. RGB value is (130,96,120). Sum of RGB (Red+Green+Blue) = 130+96+120=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #826078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826078 is #7D9F87. Grayscale: #6C6C6C. Windows color (decimal): -8232840 or 7889026. OLE color: 7889026.

HSL color Cylindrical-coordinate representation of color #826078: hue angle of 317.65º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #826078 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 96 120 -
CMYK 0 0.26 0.08 0.49
HSL 317.65º 0.15% 0.44% -
HSV(B) 317.65º 0.26% 0.51% -
XYZ 16.78 14.47 19.68 -
YUV 108.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 130 96 120 0 0.26 0.08 0.49 317.65 0.15 0.44
Hex 82 60 78 0 1A 8 31 13E F 2C
Octal 202 140 170 0 32 10 61 476 17 54
Binary 10000010 1100000 1111000 0 11010 1000 110001 100111110 1111 101100

Color Harmonies of #826078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826078

Black with #826078

Text Example


Text Example

White with #826078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826078; }

 p { color: rgb(130,96,120); }

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

background-color css

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

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

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

border-color css

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

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

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