Html Css Color HEX #837384 Old Lavender

📋 copy color: '#837384'

red 131 ◦ green 115 ◦ blue 132

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

Shades of Old Lavender #837384

Tints of Old Lavender #837384

RGB

 RED value IS 131 (51.56% from 255) = 34.66%

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

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

R = 34.66%
G = 30.42%
B = 34.92%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#837384 (or 0x837384) is known color: Old Lavender. HEX triplet: 83, 73 and 84. RGB value is (131,115,132). Sum of RGB (Red+Green+Blue) = 131+115+132=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 132 - color contains mainly: blue. Hex color #837384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837384 is #7C8C7B. Grayscale: #797979. Windows color (decimal): -8162428 or 8680323. OLE color: 8680323.

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

Color convert

RGB 131 115 132 -
CMYK 0.01 0.13 0 0.48
HSL 296.47º 0.07% 0.48% -
HSV(B) 296.47º 0.13% 0.52% -
XYZ 19.66 18.75 24.41 -
YUV 121.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 131 115 132 0.01 0.13 0 0.48 296.47 0.07 0.48
Hex 83 73 84 1 D 0 30 128 7 30
Octal 203 163 204 1 15 0 60 450 7 60
Binary 10000011 1110011 10000100 1 1101 0 110000 100101000 111 110000

Color Harmonies of #837384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837384

Black with #837384

Text Example


Text Example

White with #837384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837384; }

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

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

background-color css

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

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

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

border-color css

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

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

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