#827883

Color #827883 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #827883

Tints of Old Lavender #827883

Color information

#827883 (or 0x827883) is unknown color: approx Old Lavender. HEX triplet: 82, 78 and 83. RGB value is (130,120,131). Sum of RGB (Red+Green+Blue) = 130+120+131=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 131 - color contains mainly: blue. Hex color #827883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827883 is #7D877C. Grayscale: #7C7C7C. Windows color (decimal): -8226685 or 8616066. OLE color: 8616066.

HSL color Cylindrical-coordinate representation of color #827883: hue angle of 294.55º 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 #827883 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB130120131-
CMYK0.010.0800.49
HSL294.55º4.38%49.22%-
HSV(B)294.55º8.4%51.37%-
XYZ20.0219.8224.24-
YUV124.24131.81132.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.12%
GREEN value IS 120 (47.27% from 255) = 31.50%
BLUE value IS 131 (51.56% from 255) = 34.38%
R=34.12%
G=31.50%
B=34.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301201310.010.0800.49294.554.3849.22
Hex82788318031127431
Octal202170203110061447461
Binary10000010111100010000011110000110001100100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827883; }

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

 H1.HeaderClassName
 {
   color: #827883;
 }
 .AnyTagClassName
 {
   color: #827883;
 }
</style>
background-color css

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

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

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

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

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

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