Html Css Color HEX #837482 Old Lavender

📋 copy color: '#837482'

red 131 ◦ green 116 ◦ blue 130

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

Shades of Old Lavender #837482

Tints of Old Lavender #837482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.77%

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

R = 34.75%
G = 30.77%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#837482 (or 0x837482) is known color: Old Lavender. HEX triplet: 83, 74 and 82. RGB value is (131,116,130). Sum of RGB (Red+Green+Blue) = 131+116+130=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 131 - color contains mainly: red. Hex color #837482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837482 is #7C8B7D. Grayscale: #7A7A7A. Windows color (decimal): -8162174 or 8549507. OLE color: 8549507.

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

Color convert

RGB 131 116 130 -
CMYK 0 0.11 0.01 0.49
HSL 304º 0.06% 0.48% -
HSV(B) 304º 0.11% 0.51% -
XYZ 19.63 18.93 23.74 -
YUV 122.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 131 116 130 0 0.11 0.01 0.49 304 0.06 0.48
Hex 83 74 82 0 B 1 31 130 6 30
Octal 203 164 202 0 13 1 61 460 6 60
Binary 10000011 1110100 10000010 0 1011 1 110001 100110000 110 110000

Color Harmonies of #837482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837482

Black with #837482

Text Example


Text Example

White with #837482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837482; }

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

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

background-color css

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

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

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

border-color css

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

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

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