Html Css Color HEX #837784 Old Lavender

📋 copy color: '#837784'

red 131 ◦ green 119 ◦ blue 132

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

Shades of Old Lavender #837784

Tints of Old Lavender #837784

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.15%

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

R = 34.29%
G = 31.15%
B = 34.55%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#837784 (or 0x837784) is known color: Old Lavender. HEX triplet: 83, 77 and 84. RGB value is (131,119,132). Sum of RGB (Red+Green+Blue) = 131+119+132=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 132 - color contains mainly: blue. Hex color #837784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837784 is #7C887B. Grayscale: #7C7C7C. Windows color (decimal): -8161404 or 8681347. OLE color: 8681347.

HSL color Cylindrical-coordinate representation of color #837784: hue angle of 295.38º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #837784 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 119 132 -
CMYK 0.01 0.10 0 0.48
HSL 295.38º 0.05% 0.49% -
HSV(B) 295.38º 0.1% 0.52% -
XYZ 20.12 19.68 24.57 -
YUV 124.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 131 119 132 0.01 0.10 0 0.48 295.38 0.05 0.49
Hex 83 77 84 1 A 0 30 127 5 31
Octal 203 167 204 1 12 0 60 447 5 61
Binary 10000011 1110111 10000100 1 1010 0 110000 100100111 101 110001

Color Harmonies of #837784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837784

Black with #837784

Text Example


Text Example

White with #837784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837784; }

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

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

background-color css

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

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

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

border-color css

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

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

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