Html Css Color HEX #857185 Old Lavender

📋 copy color: '#857185'

red 133 ◦ green 113 ◦ blue 133

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

Shades of Old Lavender #857185

Tints of Old Lavender #857185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.82%

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

R = 35.09%
G = 29.82%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#857185 (or 0x857185) is known color: Old Lavender. HEX triplet: 85, 71 and 85. RGB value is (133,113,133). Sum of RGB (Red+Green+Blue) = 133+113+133=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #857185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857185 is #7A8E7A. Grayscale: #797979. Windows color (decimal): -8031867 or 8745349. OLE color: 8745349.

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

Color convert

RGB 133 113 133 -
CMYK 0 0.15 0 0.48
HSL 300º 0.08% 0.48% -
HSV(B) 300º 0.15% 0.52% -
XYZ 19.81 18.49 24.72 -
YUV 121.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 133 113 133 0 0.15 0 0.48 300 0.08 0.48
Hex 85 71 85 0 F 0 30 12C 8 30
Octal 205 161 205 0 17 0 60 454 10 60
Binary 10000101 1110001 10000101 0 1111 0 110000 100101100 1000 110000

Color Harmonies of #857185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857185

Black with #857185

Text Example


Text Example

White with #857185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857185; }

 p { color: rgb(133,113,133); }

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

background-color css

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

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

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

border-color css

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

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

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