Html Css Color HEX #827983 Old Lavender

📋 copy color: '#827983'

red 130 ◦ green 121 ◦ blue 131

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

Shades of Old Lavender #827983

Tints of Old Lavender #827983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.68%

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

R = 34.03%
G = 31.68%
B = 34.29%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#827983 (or 0x827983) is known color: Old Lavender. HEX triplet: 82, 79 and 83. RGB value is (130,121,131). Sum of RGB (Red+Green+Blue) = 130+121+131=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 131 - color contains mainly: blue. Hex color #827983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827983 is #7D867C. Grayscale: #7C7C7C. Windows color (decimal): -8226429 or 8616322. OLE color: 8616322.

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

Color convert

RGB 130 121 131 -
CMYK 0.01 0.08 0 0.49
HSL 294º 0.04% 0.49% -
HSV(B) 294º 0.08% 0.51% -
XYZ 20.14 20.06 24.28 -
YUV 124.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 130 121 131 0.01 0.08 0 0.49 294 0.04 0.49
Hex 82 79 83 1 8 0 31 126 4 31
Octal 202 171 203 1 10 0 61 446 4 61
Binary 10000010 1111001 10000011 1 1000 0 110001 100100110 100 110001

Color Harmonies of #827983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827983

Black with #827983

Text Example


Text Example

White with #827983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827983; }

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

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

background-color css

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

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

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

border-color css

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

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

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