Html Css Color HEX #825774 Old Lavender

📋 copy color: '#825774'

red 130 ◦ green 87 ◦ blue 116

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

Shades of Old Lavender #825774

Tints of Old Lavender #825774

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.13%

 BLUE value IS 116 (45.7% from 255) = 34.83%

R = 39.04%
G = 26.13%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#825774 (or 0x825774) is known color: Old Lavender. HEX triplet: 82, 57 and 74. RGB value is (130,87,116). Sum of RGB (Red+Green+Blue) = 130+87+116=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #825774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825774 is #7DA88B. Grayscale: #676767. Windows color (decimal): -8235148 or 7624578. OLE color: 7624578.

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

Color convert

RGB 130 87 116 -
CMYK 0 0.33 0.11 0.49
HSL 319.53º 0.2% 0.43% -
HSV(B) 319.53º 0.33% 0.51% -
XYZ 15.77 12.82 18.17 -
YUV 103.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 130 87 116 0 0.33 0.11 0.49 319.53 0.2 0.43
Hex 82 57 74 0 21 B 31 140 14 2B
Octal 202 127 164 0 41 13 61 500 24 53
Binary 10000010 1010111 1110100 0 100001 1011 110001 101000000 10100 101011

Color Harmonies of #825774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825774

Black with #825774

Text Example


Text Example

White with #825774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825774; }

 p { color: rgb(130,87,116); }

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

background-color css

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

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

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

border-color css

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

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

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