Html Css Color HEX #827A83 Old Lavender

📋 copy color: '#827A83'

red 130 ◦ green 122 ◦ blue 131

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

Shades of Old Lavender #827A83

Tints of Old Lavender #827A83

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.85%

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

R = 33.94%
G = 31.85%
B = 34.2%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#827A83 (or 0x827A83) is known color: Old Lavender. HEX triplet: 82, 7A and 83. RGB value is (130,122,131). Sum of RGB (Red+Green+Blue) = 130+122+131=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 131 - color contains mainly: blue. Hex color #827A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827A83 is #7D857C. Grayscale: #7D7D7D. Windows color (decimal): -8226173 or 8616578. OLE color: 8616578.

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

Color convert

RGB 130 122 131 -
CMYK 0.01 0.07 0 0.49
HSL 293.33º 0.04% 0.5% -
HSV(B) 293.33º 0.07% 0.51% -
XYZ 20.26 20.3 24.32 -
YUV 125.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 130 122 131 0.01 0.07 0 0.49 293.33 0.04 0.5
Hex 82 7A 83 1 7 0 31 125 4 32
Octal 202 172 203 1 7 0 61 445 4 62
Binary 10000010 1111010 10000011 1 111 0 110001 100100101 100 110010

Color Harmonies of #827A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A83

Black with #827A83

Text Example


Text Example

White with #827A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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