Html Css Color HEX #837884 Old Lavender

📋 copy color: '#837884'

red 131 ◦ green 120 ◦ blue 132

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

Shades of Old Lavender #837884

Tints of Old Lavender #837884

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.33%

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

R = 34.2%
G = 31.33%
B = 34.46%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#837884 (or 0x837884) is known color: Old Lavender. HEX triplet: 83, 78 and 84. RGB value is (131,120,132). Sum of RGB (Red+Green+Blue) = 131+120+132=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 132 - color contains mainly: blue. Hex color #837884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837884 is #7C877B. Grayscale: #7C7C7C. Windows color (decimal): -8161148 or 8681603. OLE color: 8681603.

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

Color convert

RGB 131 120 132 -
CMYK 0.01 0.09 0 0.48
HSL 295º 0.05% 0.49% -
HSV(B) 295º 0.09% 0.52% -
XYZ 20.24 19.92 24.61 -
YUV 124.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 131 120 132 0.01 0.09 0 0.48 295 0.05 0.49
Hex 83 78 84 1 9 0 30 127 5 31
Octal 203 170 204 1 11 0 60 447 5 61
Binary 10000011 1111000 10000100 1 1001 0 110000 100100111 101 110001

Color Harmonies of #837884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837884

Black with #837884

Text Example


Text Example

White with #837884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837884; }

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

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

background-color css

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

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

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

border-color css

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

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

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