Html Css Color HEX #827483 Old Lavender

📋 copy color: '#827483'

red 130 ◦ green 116 ◦ blue 131

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

Shades of Old Lavender #827483

Tints of Old Lavender #827483

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.77%

 BLUE value IS 131 (51.56% from 255) = 34.75%

R = 34.48%
G = 30.77%
B = 34.75%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#827483 (or 0x827483) is known color: Old Lavender. HEX triplet: 82, 74 and 83. RGB value is (130,116,131). Sum of RGB (Red+Green+Blue) = 130+116+131=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 131 - color contains mainly: blue. Hex color #827483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827483 is #7D8B7C. Grayscale: #797979. Windows color (decimal): -8227709 or 8615042. OLE color: 8615042.

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

Color convert

RGB 130 116 131 -
CMYK 0.01 0.11 0 0.49
HSL 296º 0.06% 0.48% -
HSV(B) 296º 0.11% 0.51% -
XYZ 19.55 18.88 24.09 -
YUV 121.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 130 116 131 0.01 0.11 0 0.49 296 0.06 0.48
Hex 82 74 83 1 B 0 31 128 6 30
Octal 202 164 203 1 13 0 61 450 6 60
Binary 10000010 1110100 10000011 1 1011 0 110001 100101000 110 110000

Color Harmonies of #827483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827483

Black with #827483

Text Example


Text Example

White with #827483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827483; }

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

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

background-color css

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

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

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

border-color css

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

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

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