Html Css Color HEX #827384 Old Lavender

📋 copy color: '#827384'

red 130 ◦ green 115 ◦ blue 132

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

Shades of Old Lavender #827384

Tints of Old Lavender #827384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.5%

 BLUE value IS 132 (51.95% from 255) = 35.01%

R = 34.48%
G = 30.5%
B = 35.01%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#827384 (or 0x827384) is known color: Old Lavender. HEX triplet: 82, 73 and 84. RGB value is (130,115,132). Sum of RGB (Red+Green+Blue) = 130+115+132=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 132 - color contains mainly: blue. Hex color #827384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827384 is #7D8C7B. Grayscale: #797979. Windows color (decimal): -8227964 or 8680322. OLE color: 8680322.

HSL color Cylindrical-coordinate representation of color #827384: hue angle of 292.94º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #827384 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 115 132 -
CMYK 0.02 0.13 0 0.48
HSL 292.94º 0.07% 0.48% -
HSV(B) 292.94º 0.13% 0.52% -
XYZ 19.5 18.67 24.41 -
YUV 121.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 130 115 132 0.02 0.13 0 0.48 292.94 0.07 0.48
Hex 82 73 84 2 D 0 30 125 7 30
Octal 202 163 204 2 15 0 60 445 7 60
Binary 10000010 1110011 10000100 10 1101 0 110000 100100101 111 110000

Color Harmonies of #827384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827384

Black with #827384

Text Example


Text Example

White with #827384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827384; }

 p { color: rgb(130,115,132); }

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

background-color css

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

 a { background-color: rgb(130,115,132); }

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

border-color css

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

 span { border-color: rgb(130,115,132); }

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