Html Css Color HEX #857486 Old Lavender

📋 copy color: '#857486'

red 133 ◦ green 116 ◦ blue 134

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

Shades of Old Lavender #857486

Tints of Old Lavender #857486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.29%

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

R = 34.73%
G = 30.29%
B = 34.99%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#857486 (or 0x857486) is known color: Old Lavender. HEX triplet: 85, 74 and 86. RGB value is (133,116,134). Sum of RGB (Red+Green+Blue) = 133+116+134=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 134 - color contains mainly: blue. Hex color #857486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857486 is #7A8B79. Grayscale: #7B7B7B. Windows color (decimal): -8031098 or 8811653. OLE color: 8811653.

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

Color convert

RGB 133 116 134 -
CMYK 0.01 0.13 0 0.47
HSL 296.67º 0.07% 0.49% -
HSV(B) 296.67º 0.13% 0.53% -
XYZ 20.22 19.2 25.19 -
YUV 123.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 133 116 134 0.01 0.13 0 0.47 296.67 0.07 0.49
Hex 85 74 86 1 D 0 2F 129 7 31
Octal 205 164 206 1 15 0 57 451 7 61
Binary 10000101 1110100 10000110 1 1101 0 101111 100101001 111 110001

Color Harmonies of #857486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857486

Black with #857486

Text Example


Text Example

White with #857486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857486; }

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

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

background-color css

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

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

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

border-color css

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

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

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