Html Css Color HEX #857D86 Old Lavender

📋 copy color: '#857D86'

red 133 ◦ green 125 ◦ blue 134

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

Shades of Old Lavender #857D86

Tints of Old Lavender #857D86

RGB

 RED value IS 133 (52.34% from 255) = 33.93%

 GREEN value IS 125 (49.22% from 255) = 31.89%

 BLUE value IS 134 (52.73% from 255) = 34.18%

R = 33.93%
G = 31.89%
B = 34.18%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#857D86 (or 0x857D86) is known color: Old Lavender. HEX triplet: 85, 7D and 86. RGB value is (133,125,134). Sum of RGB (Red+Green+Blue) = 133+125+134=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 134 - color contains mainly: blue. Hex color #857D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857D86 is #7A8279. Grayscale: #808080. Windows color (decimal): -8028794 or 8813957. OLE color: 8813957.

HSL color Cylindrical-coordinate representation of color #857D86: hue angle of 293.33º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #857D86 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 125 134 -
CMYK 0.01 0.07 0 0.47
HSL 293.33º 0.04% 0.51% -
HSV(B) 293.33º 0.07% 0.53% -
XYZ 21.31 21.38 25.56 -
YUV 128.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 133 125 134 0.01 0.07 0 0.47 293.33 0.04 0.51
Hex 85 7D 86 1 7 0 2F 125 4 33
Octal 205 175 206 1 7 0 57 445 4 63
Binary 10000101 1111101 10000110 1 111 0 101111 100100101 100 110011

Color Harmonies of #857D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D86

Black with #857D86

Text Example


Text Example

White with #857D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857D86; }

 p { color: rgb(133,125,134); }

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

background-color css

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

 a { background-color: rgb(133,125,134); }

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

border-color css

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

 span { border-color: rgb(133,125,134); }

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