Html Css Color HEX #837785 Old Lavender

📋 copy color: '#837785'

red 131 ◦ green 119 ◦ blue 133

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

Shades of Old Lavender #837785

Tints of Old Lavender #837785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.73%

R = 34.2%
G = 31.07%
B = 34.73%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#837785 (or 0x837785) is known color: Old Lavender. HEX triplet: 83, 77 and 85. RGB value is (131,119,133). Sum of RGB (Red+Green+Blue) = 131+119+133=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 133 - color contains mainly: blue. Hex color #837785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837785 is #7C887A. Grayscale: #7C7C7C. Windows color (decimal): -8161403 or 8746883. OLE color: 8746883.

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

Color convert

RGB 131 119 133 -
CMYK 0.02 0.11 0 0.48
HSL 291.43º 0.06% 0.49% -
HSV(B) 291.43º 0.11% 0.52% -
XYZ 20.19 19.71 24.93 -
YUV 124.18 132.98 132.86 -
System Red Green Blue C M Y K H S L
Decimal 131 119 133 0.02 0.11 0 0.48 291.43 0.06 0.49
Hex 83 77 85 2 B 0 30 123 6 31
Octal 203 167 205 2 13 0 60 443 6 61
Binary 10000011 1110111 10000101 10 1011 0 110000 100100011 110 110001

Color Harmonies of #837785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837785

Black with #837785

Text Example


Text Example

White with #837785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837785; }

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

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

background-color css

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

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

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

border-color css

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

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

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