Html Css Color HEX #857B86 Old Lavender

📋 copy color: '#857B86'

red 133 ◦ green 123 ◦ blue 134

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

Shades of Old Lavender #857B86

Tints of Old Lavender #857B86

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.54%

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

R = 34.1%
G = 31.54%
B = 34.36%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#857B86 (or 0x857B86) is known color: Old Lavender. HEX triplet: 85, 7B and 86. RGB value is (133,123,134). Sum of RGB (Red+Green+Blue) = 133+123+134=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 134 - color contains mainly: blue. Hex color #857B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857B86 is #7A8479. Grayscale: #7F7F7F. Windows color (decimal): -8029306 or 8813445. OLE color: 8813445.

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

Color convert

RGB 133 123 134 -
CMYK 0.01 0.08 0 0.47
HSL 294.55º 0.04% 0.5% -
HSV(B) 294.55º 0.08% 0.53% -
XYZ 21.06 20.87 25.47 -
YUV 127.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 133 123 134 0.01 0.08 0 0.47 294.55 0.04 0.5
Hex 85 7B 86 1 8 0 2F 127 4 32
Octal 205 173 206 1 10 0 57 447 4 62
Binary 10000101 1111011 10000110 1 1000 0 101111 100100111 100 110010

Color Harmonies of #857B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B86

Black with #857B86

Text Example


Text Example

White with #857B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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