Html Css Color HEX #837585 Old Lavender

📋 copy color: '#837585'

red 131 ◦ green 117 ◦ blue 133

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

Shades of Old Lavender #837585

Tints of Old Lavender #837585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.71%

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

R = 34.38%
G = 30.71%
B = 34.91%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#837585 (or 0x837585) is known color: Old Lavender. HEX triplet: 83, 75 and 85. RGB value is (131,117,133). Sum of RGB (Red+Green+Blue) = 131+117+133=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 133 - color contains mainly: blue. Hex color #837585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837585 is #7C8A7A. Grayscale: #7A7A7A. Windows color (decimal): -8161915 or 8746371. OLE color: 8746371.

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

Color convert

RGB 131 117 133 -
CMYK 0.02 0.12 0 0.48
HSL 292.5º 0.06% 0.49% -
HSV(B) 292.5º 0.12% 0.52% -
XYZ 19.96 19.24 24.85 -
YUV 123.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 131 117 133 0.02 0.12 0 0.48 292.5 0.06 0.49
Hex 83 75 85 2 C 0 30 124 6 31
Octal 203 165 205 2 14 0 60 444 6 61
Binary 10000011 1110101 10000101 10 1100 0 110000 100100100 110 110001

Color Harmonies of #837585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837585

Black with #837585

Text Example


Text Example

White with #837585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837585; }

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

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

background-color css

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

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

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

border-color css

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

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

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