Html Css Color HEX #827683 Old Lavender

📋 copy color: '#827683'

red 130 ◦ green 118 ◦ blue 131

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

Shades of Old Lavender #827683

Tints of Old Lavender #827683

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.13%

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

R = 34.3%
G = 31.13%
B = 34.56%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#827683 (or 0x827683) is known color: Old Lavender. HEX triplet: 82, 76 and 83. RGB value is (130,118,131). Sum of RGB (Red+Green+Blue) = 130+118+131=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 131 - color contains mainly: blue. Hex color #827683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827683 is #7D897C. Grayscale: #7B7B7B. Windows color (decimal): -8227197 or 8615554. OLE color: 8615554.

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

Color convert

RGB 130 118 131 -
CMYK 0.01 0.10 0 0.49
HSL 295.38º 0.05% 0.49% -
HSV(B) 295.38º 0.1% 0.51% -
XYZ 19.78 19.34 24.16 -
YUV 123.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 130 118 131 0.01 0.10 0 0.49 295.38 0.05 0.49
Hex 82 76 83 1 A 0 31 127 5 31
Octal 202 166 203 1 12 0 61 447 5 61
Binary 10000010 1110110 10000011 1 1010 0 110001 100100111 101 110001

Color Harmonies of #827683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827683

Black with #827683

Text Example


Text Example

White with #827683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827683; }

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

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

background-color css

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

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

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

border-color css

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

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

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